diff options
Diffstat (limited to 'system.php')
-rw-r--r-- | system.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system.php b/system.php index ef781b92a..833722db8 100644 --- a/system.php +++ b/system.php @@ -8,7 +8,9 @@ * ********************************************************************/ - require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); + include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); + + global $CONFIG; admin_gatekeeper(); |