fix PHP parse error
This commit is contained in:
parent
18a3787545
commit
52ab672054
|
@ -54,7 +54,7 @@ switch ($_POST['act']){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((!$bot1Exists) OR (!$bot2Exists)){
|
if ((!$bot1Exists) OR (!$bot2Exists)){
|
||||||
error (500,"missing parameter";
|
error (500,"missing parameter");
|
||||||
}
|
}
|
||||||
|
|
||||||
//vars checked, lets init the initGame
|
//vars checked, lets init the initGame
|
||||||
|
|
Loading…
Reference in New Issue
Block a user