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. --- system/page/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/page/main.php') diff --git a/system/page/main.php b/system/page/main.php index 28de93a..22d0ec7 100644 --- a/system/page/main.php +++ b/system/page/main.php @@ -78,7 +78,7 @@ catch(Page\Exception $Exception) { } catch(Page\Exception $Exception) { - Application::exit(404); + Application::error404(); } } -- cgit v1.2.3