forked from halo-battle/game
Version 1.8
This commit is contained in:
parent
aea537909a
commit
5f81f76b17
184 changed files with 78335 additions and 736 deletions
|
|
@ -12,7 +12,7 @@ if (!empty($_GET['i']) && $_GET['i'] == 'add') {
|
|||
$chapeau->connexion();
|
||||
$chapeau->escape($texte);
|
||||
$chapeau->escape($color);
|
||||
$chapeau->query("INSERT INTO $table_infoshead VALUES (NULL, '$texte', '$color');");
|
||||
$chapeau->query("INSERT INTO $table_infoshead (texte, color) VALUES ('$texte', '$color');");
|
||||
$chapeau->deconnexion();
|
||||
|
||||
header('Location: admin.php?p=bandeau');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue