fix PHP parse error
This commit is contained in:
parent
29e6ee4530
commit
a3aa846bc1
|
@ -3,6 +3,7 @@ $bots=get_Bots_Array('Battleship');
|
|||
|
||||
switch ($_POST['act']){
|
||||
case "initGame":
|
||||
print_r($_POST);
|
||||
//verifier parametres POST
|
||||
$postParamsWanted=array(
|
||||
// key,min,max
|
||||
|
|
Loading…
Reference in New Issue
Block a user