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"