From 7f0f8164bee4fc7825d337aa41805c73a5300cf8 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Sun, 2 Jul 2023 19:41:07 +0200 Subject: [PATCH] test --- admin/mots_croises.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));