php 8 fix to solve php loading
This commit is contained in:
parent
35e426c158
commit
6f4515dbec
2 changed files with 26 additions and 32 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue