mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
10 lines
141 B
PHP
10 lines
141 B
PHP
<?
|
|
enforce_login();
|
|
|
|
if (!check_perms('users_mod') && !isset(G::$LoggedUser['LockedAccount'])) {
|
|
error(404);
|
|
}
|
|
|
|
include('default.php');
|
|
|