.
This commit is contained in:
parent
d21452df12
commit
4d4f6395ec
|
@ -85,7 +85,7 @@ switch ($_POST['act']){
|
|||
case "play":
|
||||
|
||||
//check for correct game ID
|
||||
if($_POST['gameId'] !=== $_SESSION['gameId']){
|
||||
if($_POST['gameId'] <> $_SESSION['gameId']){
|
||||
echo '{"status":"error"}';
|
||||
die;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user