Зачем-то инкапсулирем.

This commit is contained in:
lopar
2021-02-01 21:20:23 +02:00
parent 7dd6368b84
commit 0ccc2d1af5
64 changed files with 393 additions and 392 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if (empty($_SESSION['uid'])) {
exit;
}
require_once "functions.php";
if ($user->room == 51) {
if ($user->getRoom() == 51) {
header('location: city.php');
exit;
}