summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-12 11:12:02 +0000
committerThomas NOEL <tnoel@entrouvert.com>2012-11-12 15:00:00 +0100
commita388261259d2935214a319c2301bd3c8ac9f33d3 (patch)
tree31a48c8c4f023b5444cabd8324fe920b07072877 /usr/local
parent32837bb4ee1c687e40e0da5abcbce100149f84e1 (diff)
downloadpfsense-a388261259d2935214a319c2301bd3c8ac9f33d3.zip
pfsense-a388261259d2935214a319c2301bd3c8ac9f33d3.tar.gz
Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.log
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/guiconfig.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 1241fd2..995e196 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -42,7 +42,6 @@ if(!$nocsrf) {
}
require_once("csrf/csrf-magic.php");
}
-require_once("authgui.inc");
/* make sure nothing is cached */
if (!$omit_nocacheheaders) {
@@ -53,6 +52,8 @@ if (!$omit_nocacheheaders) {
header("Pragma: no-cache");
}
+require_once("authgui.inc");
+
/* parse the configuration and include all configuration functions */
require_once("functions.inc");
@@ -1079,4 +1080,4 @@ function rule_popup($src,$srcport,$dst,$dstport){
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud