summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 15:39:37 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 15:39:37 +0100
commitcb054444fd3f527f7a1f9fdb30304da292390663 (patch)
treefa4ee3e406ee7c564255665720cb129a540a41e8 /etc/inc
parent94b0ac1c00df053245a6c8eeaca5361f04454d8e (diff)
downloadpfsense-cb054444fd3f527f7a1f9fdb30304da292390663.zip
pfsense-cb054444fd3f527f7a1f9fdb30304da292390663.tar.gz
Seems somehow globals.inc are not being sucked in on the GUIgit diff! Make this a requirement here!
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/authgui.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 8db4f51..e9dc8ad 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -39,6 +39,8 @@
include_once("auth.inc");
include_once("priv.inc");
+if (!function_exists('platform_booting'))
+ require_once('globals.inc');
/* Authenticate user - exit if failed */
if (!session_auth()) {
OpenPOWER on IntegriCloud