This commit is contained in:
Gnieark 2015-12-04 16:09:15 +01:00
parent 79e1efa0c2
commit 450bdd5c0e

View File

@ -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");
}