summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 12:41:50 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 12:41:50 +0100
commit32e834ffd3b4cc6cdc6b147c91cb6dbcb0a93288 (patch)
treea433d88706a2f7f783e95a71cd39986e72968e04 /usr/local/www/index.php
parente861812cdf2de4fe6e5e1fc74851f661e1538647 (diff)
downloadpfsense-32e834ffd3b4cc6cdc6b147c91cb6dbcb0a93288.zip
pfsense-32e834ffd3b4cc6cdc6b147c91cb6dbcb0a93288.tar.gz
Reorder the inclusion of headers so that globals.inc comes first
Diffstat (limited to 'usr/local/www/index.php')
-rw-r--r--usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index f9cbff8..57aee4a 100644
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -51,8 +51,8 @@ ob_start(null, "1000");
## Load Essential Includes
-require_once('functions.inc');
require_once('guiconfig.inc');
+require_once('functions.inc');
require_once('notices.inc');
require_once("pkg-utils.inc");
OpenPOWER on IntegriCloud