From 29e6ee4530a7ad408b5d5172e859a389c74bc53a Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 12 Dec 2015 10:36:33 +0100 Subject: [PATCH] fix PHP parse error --- src/arenas/Battleship/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 1184ccd..91b8742 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -31,7 +31,7 @@ switch ($_POST['act']){ OR ($value > $p[2]) ) { - error(500,'wrong parameters'); + error(500,'wrong parameters 1'); die; } $postValues[$p[0]]=$value;