Будь проклят тот день, когда я решил ввести неймспейсы...

This commit is contained in:
lopar
2020-10-28 22:21:08 +02:00
parent f1b9ce6a45
commit d38d62c5b5
159 changed files with 339 additions and 304 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ if (empty($_SESSION['uid'])) {
}
require_once "config.php";
$user = new User($_SESSION['uid']);
$user = new \Battles\User($_SESSION['uid']);
if ($user->room != 650) {
header("Location: main.php");
@@ -26,7 +26,7 @@ if ($_GET['id'] && $user->admin) {
header("location: city.php");
exit;
}
Template::header('Клановый перекрёсток');
\Battles\Template::header('Клановый перекрёсток');
?>
<a href="/city.php?strah=1">← назад</a>
<h1>Переход к клановым улицам</h1>