diff options
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php index 501d6663..7bd5ea6d 100644 --- a/admin/index.php +++ b/admin/index.php @@ -23,7 +23,7 @@ require_once '../lib/init.php'; if (!Access::check('interface',100)) { - access_denied(); + UI::access_denied(); exit(); } |