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']){
|
switch ($_POST['act']){
|
||||||
case "initGame":
|
case "initGame":
|
||||||
|
print_r($_POST);
|
||||||
//verifier parametres POST
|
//verifier parametres POST
|
||||||
$postParamsWanted=array(
|
$postParamsWanted=array(
|
||||||
// key,min,max
|
// key,min,max
|
||||||
|
|
Loading…
Reference in New Issue
Block a user