Gazelle/sections/locked/index.php

10 lines
141 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);
}
2015-12-01 08:00:28 +00:00
include('default.php');