cast post var

This commit is contained in:
Gnieark 2015-12-18 20:44:02 +01:00
parent 76d0bfd342
commit 306413458e

View File

@ -207,11 +207,11 @@ switch($_POST['act']){
echo json_encode($shipsCoords); echo json_encode($shipsCoords);
break; break;
case "fight": case "fight":
if((is_int(settype($_POST['width'],"integer"))) && (is_int(settype($_POST['height'],"integer")))){ // 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']).",".$_POST['height'];
}else{ // }else{
echo "boaf".$_POST['width']."-".$_POST['height']; // echo "boaf".$_POST['width']."-".$_POST['height'];
} // }
die; die;