From 57b0fbd1ba39eac1b5031a3529c41d172f975798 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 12 Dec 2015 11:01:10 +0100 Subject: [PATCH] debog --- src/arenas/Battleship/act.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index df35b9e..7426642 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -25,8 +25,8 @@ switch ($_POST['act']){ } if ( (!is_numeric($value)) - OR ($value <= $p[1]) - OR ($value >= $p[2]) + OR ($value < $p[1]) + OR ($value > $p[2]) ) { error(500,'wrong parameters '.$p[0]);