From a850563d5f622ff5ca2fa10da8cd687206972c00 Mon Sep 17 00:00:00 2001 From: "Igor Barkov [iwork]" Date: Fri, 21 Jun 2019 13:22:26 +0300 Subject: [PATCH] renamings --- city.php | 2 +- clan_edit.php => clan_create.php | 0 game.php | 1 + game2.php | 88 ++++++++++++++++++++++++++++++++ main.php | 2 +- 5 files changed, 91 insertions(+), 2 deletions(-) rename clan_edit.php => clan_create.php (100%) create mode 100644 game2.php 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) {