forked from rebillar/site-accueil-insa
test
This commit is contained in:
parent
61e29f0d34
commit
295e26d64e
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ if($user['perm'] < 3) {
|
|||
$req = $db->prepare("INSERT INTO mots_croise(name,trouve) VALUES(?,?)");
|
||||
echo "prep";
|
||||
$req->execute(array($mot,FALSE));
|
||||
echo "exec";
|
||||
|
||||
}
|
||||
if(isset($_POST["SUPP_MOT"])){
|
||||
|
|
Loading…
Reference in a new issue