forked from halo-battle/game
Fix for PHP 7.2 compatibility
This commit is contained in:
parent
162dd444bd
commit
2be9fcd5c3
12 changed files with 21 additions and 15 deletions
|
|
@ -108,7 +108,7 @@ if ((isset($_GET['l']) && isset($_GET['p'])) || (isset($_POST['HB_login']) && is
|
|||
}
|
||||
|
||||
//On actualise le nombre de joueur en ligne si besoin
|
||||
if (abs($enligne["enligne"]-$header['count'][2]) > 6)
|
||||
if (abs($enligne["enligne"]-$header['count'][3]) > 6)
|
||||
Cache::del('headerNB');
|
||||
|
||||
unset($bruteforce, $fichier);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue