diff --git a/city.php b/city.php index 73eeb41..f9df11c 100644 --- a/city.php +++ b/city.php @@ -150,7 +150,7 @@ switch ($location[0]) { move(31, 'tower.php'); break; case 'level14': - move(30, 'clan_edit.php'); + move(30, 'clan_create.php'); break; case 'level650': move(650, 'ul_clans.php'); diff --git a/clan_edit.php b/clan_create.php similarity index 100% rename from clan_edit.php rename to clan_create.php diff --git a/game.php b/game.php index 90b68dd..0ce3fe8 100644 --- a/game.php +++ b/game.php @@ -18,6 +18,7 @@ if (!isset($_SESSION['uid'])) header("Location: index.php"); Окно игры + + + + +
+
+ Всякие заголовки, кнопки, ссылки, etc... +
+
+ +
+ + + \ No newline at end of file diff --git a/main.php b/main.php index 921f3bf..305cafd 100644 --- a/main.php +++ b/main.php @@ -2355,7 +2355,7 @@ if ($user['room'] == 31) { die(); } if ($user['room'] == 30) { - header('Location: clan_edit.php'); + header('Location: clan_create.php'); die(); } if ($user['room'] == 34) {