mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
9 lines
139 B
PHP
9 lines
139 B
PHP
|
<?
|
||
|
enforce_login();
|
||
|
|
||
|
if (!check_perms('users_mod') && !isset(G::$LoggedUser['LockedAccount'])) {
|
||
|
error(404);
|
||
|
}
|
||
|
|
||
|
include('defult.php');
|