forked from halo-battle/game
Another bunch of PHP 7.2 fixes
This commit is contained in:
parent
164a7ab020
commit
f56a2ef140
7 changed files with 11 additions and 11 deletions
|
|
@ -14,7 +14,7 @@ if(!defined('INDEX')) { header('Location: ../'); exit; }
|
|||
$template->assign("affected", $bdd->affected());
|
||||
$bdd->deconnexion();
|
||||
|
||||
if (eregi("show tables", $req))
|
||||
if (preg_match("#show tables#i", $req))
|
||||
$template->assign("lien", "SELECT * FROM ");
|
||||
|
||||
$pagea = 'bdd';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue