This commit is contained in:
Gnieark 2016-07-04 07:39:51 +02:00
parent d21452df12
commit 4d4f6395ec

View File

@ -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;
}