From 4802aeada5b8fde0848852ee56454c887738ead4 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 11 Apr 2017 22:51:24 +0200 Subject: The control structures "require_once" have been replaced by a simple "require" (except within the 403.php and 404.php where it makes sense, because these files can be directly called or included). --- 403.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '403.php') diff --git a/403.php b/403.php index 7f914c0..24789a9 100644 --- a/403.php +++ b/403.php @@ -2,9 +2,7 @@ #=============================================================================== # INCLUDE: Main configuration #=============================================================================== -if(!defined('ROOT')) { - require_once 'core/application.php'; -} +require_once 'core/application.php'; #=============================================================================== # Send HTTP status code -- cgit v1.2.3