fix php parse error

This commit is contained in:
Gnieark 2015-12-18 21:38:40 +01:00
parent 825d3c0faf
commit 37472adabc

View File

@ -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'];
// }