отображение ошибок
This commit is contained in:
parent
e207903020
commit
442e4fb639
@ -11,7 +11,7 @@ require_once 'config.php';
|
||||
*/
|
||||
if (isset($_SESSION['uid'])) {
|
||||
$user = (new users_row($_SESSION['uid']))->result();
|
||||
}
|
||||
} else {echo "Не могу проинициализировать игрока!";}
|
||||
|
||||
if (isset($user['id']) && $user['block'] == 1) {
|
||||
die('user blocked!');
|
||||
|
Loading…
Reference in New Issue
Block a user