From f0405c615e135b52b492d89f36770ddfe11a2f50 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 12 Dec 2015 10:39:00 +0100 Subject: [PATCH] fix PHP parse error --- src/arenas/Battleship/act.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 88ab340..844dd12 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -3,12 +3,9 @@ $bots=get_Bots_Array('Battleship'); switch ($_POST['act']){ case "initGame": - print_r($_POST); //verifier parametres POST $postParamsWanted=array( // key,min,max - array('bot1',1,999), - array('bot2',1,999), array('gridWidth',1,100), array('gridHeight',1,100), array('ship1',1,10),