diff --git a/admin/index.php b/admin/index.php index eb59d14..9f4f81d 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,6 +1,10 @@ diff --git a/admin/mots_croises.php b/admin/mots_croises.php index e45eb57..d8e3271 100644 --- a/admin/mots_croises.php +++ b/admin/mots_croises.php @@ -28,6 +28,8 @@ if($user['perm'] < 3) { $mot = htmlspecialchars($_POST["mot"]); $req = $db->prepare("INSERT INTO mots_croise(name,trouve) VALUES(?,?)"); $req->execute(array($mot,FALSE)); + + echo "ajt"; } if(isset($_POST["SUPP_MOT"])){