php 8 fix to solve php loading

This commit is contained in:
Frank Harris 2025-11-24 07:47:29 -05:00
parent 35e426c158
commit 6f4515dbec
2 changed files with 26 additions and 32 deletions

View file

@ -338,7 +338,7 @@ function ogpHome()
{
$servercount=$servercount + 1;
}
if ((!isAdmin) && ($servercount == 0))
if ((!$isAdmin) && ($servercount == 0))
{
$view->refresh("home.php?m=billing&p=shop",2);