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