Moved ekr from users table to bank table. Code cleanup.

This commit is contained in:
Igor Barkov [iwork]
2018-11-01 14:21:06 +02:00
parent 3e0f5b40f8
commit 38605cf921
6 changed files with 2 additions and 1152 deletions
-5
View File
@@ -2785,11 +2785,6 @@ if ($user['room'] == 2111) {
header('Location: city.php');
die();
}
if ($user['room'] >= 2001 && $user['room'] <= 2100) {
header('Location: boloto.php');
die();
}
if ($user['room'] == 22) {
header('Location: shop.php');
die();