verif arena
This commit is contained in:
parent
d1b14a1eeb
commit
79ab9d0b71
|
@ -208,7 +208,7 @@ switch($_POST['act']){
|
|||
break;
|
||||
case "fight":
|
||||
//for debog arena
|
||||
file_put_contents(__DIR__."log.txt",print_r($_POST,true));
|
||||
file_put_contents(__DIR__."/log.txt",print_r($_POST,true));
|
||||
|
||||
|
||||
// if((is_int(settype($_POST['width'],"integer"))) && (is_int(settype($_POST['height'],"integer")))){
|
||||
|
|
Loading…
Reference in New Issue
Block a user