This commit is contained in:
Igor Barkov (iwork)
2020-06-23 17:43:14 +03:00
parent 2bc639a5c1
commit 3d7436c0d9
4 changed files with 10 additions and 6 deletions
+1
View File
@@ -5,6 +5,7 @@ require_once 'config.php';
$userLoginStatus = db::c()->query('SELECT enter_game FROM users WHERE id = ?i',$_SESSION['uid'])->getNumRows() ?? 0;
if (empty($userLoginStatus)) {header("Location: index.php");}
else {db::c()->query('UPDATE `users` SET `enter_game` = 0 WHERE `enter_game` = 1 AND `id` = ?i', $_SESSION['uid']);}
echo "fight.php";
?>
<!doctype html>
<html lang="ru">