Delete unused code.
This commit is contained in:
2
hell.php
2
hell.php
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user