mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-14 19:36:25 +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');
|