From 450bdd5c0e3b1def5d7ecb56db5fb6743dd15b21 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 4 Dec 2015 16:09:15 +0100 Subject: [PATCH] debug --- src/act.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/act.php b/src/act.php index 3a257e6..70db605 100644 --- a/src/act.php +++ b/src/act.php @@ -8,6 +8,8 @@ switch($_POST['act']){ //botGame -> doit exister if(!in_array($_POST['botGame'],$arenas)){ + //pour le Debug + print_r($_POST); error(404,"wrong post parameter"); }