From 37472adabc653a8d4c16aaa0eb565a229e7ffcf7 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 18 Dec 2015 21:38:40 +0100 Subject: [PATCH] fix php parse error --- html/StupidIABattleship.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/StupidIABattleship.php b/html/StupidIABattleship.php index 8455737..1540083 100644 --- a/html/StupidIABattleship.php +++ b/html/StupidIABattleship.php @@ -208,7 +208,7 @@ switch($_POST['act']){ break; case "fight": // if((is_int(settype($_POST['width'],"integer"))) && (is_int(settype($_POST['height'],"integer")))){ - echo rand(0,$_POST['width']).",".$_POST['height']; + echo rand(0,$_POST['width']).",".rand(0,$_POST['height']); // }else{ // echo "boaf".$_POST['width']."-".$_POST['height']; // }