diff --git a/admin/mots_croises.php b/admin/mots_croises.php index 8dad81a..f8aab18 100644 --- a/admin/mots_croises.php +++ b/admin/mots_croises.php @@ -27,7 +27,7 @@ if($user['perm'] < 3) { echo "set"; $mot = htmlspecialchars($_POST["mot"]); - echo "htsp"; + echo $mot; $req = $db->prepare("INSERT INTO mots_croise(name,trouve) VALUES(?,?)"); echo "prep"; $req->execute(array($mot,FALSE));