From 7a1b8f471ca133b6ca99cd4e440e6614a7c18537 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 11 Apr 2017 05:11:57 +0200 Subject: Methods "error403" and "error404" has been added to the "Application" class; several files has been changed. --- admin/user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/user/index.php') diff --git a/admin/user/index.php b/admin/user/index.php index 3dca93a..5f43eee 100644 --- a/admin/user/index.php +++ b/admin/user/index.php @@ -19,7 +19,7 @@ $currentSite = HTTP::GET('site') ?? 1; $currentSite = abs(intval($currentSite)); if($currentSite < 1 OR ($currentSite > $lastSite AND $lastSite > 0)) { - Application::exit(404); + Application::error404(); } #=============================================================================== -- cgit v1.2.3