Fix for PHP 7.2 compatibility

This commit is contained in:
nemunaire 2020-11-15 17:20:47 +01:00
commit 2be9fcd5c3
12 changed files with 21 additions and 15 deletions

View file

@ -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);