From 26d7fe1950213b77b3731f119357e4bbfd939e11 Mon Sep 17 00:00:00 2001 From: gnieark Date: Thu, 3 Dec 2015 22:27:43 +0100 Subject: [PATCH] fix --- src/act.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/act.php b/src/act.php index cf30536..10e584d 100644 --- a/src/act.php +++ b/src/act.php @@ -7,8 +7,8 @@ switch($_POST['act']){ $alerts=""; //botGame -> doit exister - if(!in_array($_POST['$arenas'],$arenas)){ - erreur(404,"wrong post parameter"); + if(!in_array($_POST['botGame'],$arenas)){ + error(404,"wrong post parameter"); } //botname -> il ne doit pas y avoir un autre bot du même nom sur le même jeu