Removed debug code.
This commit is contained in:
@@ -5,7 +5,6 @@ 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">
|
||||
|
||||
Reference in New Issue
Block a user