summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-16 09:13:15 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-16 09:13:15 -0300
commit0f8ae70920f0247dfcff94bcb658e45074afccc4 (patch)
tree9cb8584fac1c721e68847305960ad26c0173ef33 /etc/inc/auth.inc
parente96d2182cddab944ecc6de439d81ad95ca09ac62 (diff)
parent67299a3fe75dbe7802d7d3f81f3da59f2608b686 (diff)
downloadpfsense-0f8ae70920f0247dfcff94bcb658e45074afccc4.zip
pfsense-0f8ae70920f0247dfcff94bcb658e45074afccc4.tar.gz
Merge remote branch 'mainline/master' into inc
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 77e4aa5..0e6c2ef 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -46,8 +46,8 @@
* NOTE : Portions of the mschapv2 support was based on the BSD licensed CHAP.php
* file courtesy of Michael Retterklieber.
*/
-
-require_once("config.gui.inc");
+if(!$do_not_include_config_gui_inc)
+ require_once("config.gui.inc");
/* If this function doesn't exist, we're being called from Captive Portal or
another internal subsystem which does not include authgui.inc */
OpenPOWER on IntegriCloud