From 4e6529c29958774fa21388e629a8f3c059217127 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 9 Jun 2016 13:55:20 +0200 Subject: [PATCH] debog POST data --- src/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/act.php b/src/act.php index e4e93da..0d80d41 100644 --- a/src/act.php +++ b/src/act.php @@ -3,7 +3,7 @@ //Del unvalidated bots mysqli_query($lnMysql, "DELETE FROM bots WHERE active='0' AND TIMESTAMPDIFF(DAY, NOW(), date_inscription) > 2"); mysqli_query($lnMysql, "DELETE FROM bot_modifs WHERE TIMESTAMPDIFF(DAY, NOW(), date_modification) > 2"); - +print_r($_POST); switch($_POST['act']){ case "addBot": //verifier les variables "botName""botGame""botURL""email""botDescription"