Gazelle/sections/locked/index.php

9 lines
139 B
PHP
Raw Normal View History

2015-10-25 08:00:28 +00:00
<?
enforce_login();
if (!check_perms('users_mod') && !isset(G::$LoggedUser['LockedAccount'])) {
error(404);
}
include('defult.php');