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