summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-05-16 03:34:10 +0000
committerBill Marquette <billm@pfsense.org>2005-05-16 03:34:10 +0000
commit97bea9813f9a37356b254b6781f323cf753a8298 (patch)
tree08fdeec85374809a4287d9a14642fd283aad71e4 /usr/local
parentf977ac60e216bdce83a56fef52ac22d862729f67 (diff)
downloadpfsense-97bea9813f9a37356b254b6781f323cf753a8298.zip
pfsense-97bea9813f9a37356b254b6781f323cf753a8298.tar.gz
Authentication is now PHP based
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/guiconfig.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 119a172..973b08b 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -39,6 +39,10 @@ if (!$omit_nocacheheaders) {
header("Pragma: no-cache");
}
+/* Include authentication routines */
+/* THIS MUST BE ABOVE ALL OTHER CODE */
+require_once("auth.inc");
+
/* parse the configuration and include all configuration functions */
require_once("config.inc");
require_once("functions.inc");
OpenPOWER on IntegriCloud