Delete unused code.

This commit is contained in:
lopar
2018-03-02 14:40:18 +02:00
parent 7093cf8861
commit ec4b01e4fc
5 changed files with 10 additions and 340 deletions

View File

@@ -5,7 +5,7 @@
$user = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `id` = '{$_SESSION['uid']}' LIMIT 1;"));
include "functions.php";
if ($user['room'] != 401) { header("Location: main.php"); die(); }
if ($user['battle'] > 0) { header('Location: battle.php'); die(); }
if ($user['battle'] > 0) { header('Location: fbattle.php'); die(); }
class hellround {