This commit is contained in:
Gnieark 2015-12-04 16:11:06 +01:00
parent 450bdd5c0e
commit 20a547c05c

View File

@ -10,6 +10,7 @@ switch($_POST['act']){
if(!in_array($_POST['botGame'],$arenas)){
//pour le Debug
print_r($_POST);
print_r($arenas);
error(404,"wrong post parameter");
}