summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-14 17:41:43 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-14 17:41:43 -0400
commit6cfa23eb6ee7010f0a320ae1c7692ae1ca377597 (patch)
treecf2b34d88db96ad85178b310d2e6692a3c0a94e3 /etc
parentf31489e5b67f1f0620ed839dc393f7954ffe7840 (diff)
downloadpfsense-6cfa23eb6ee7010f0a320ae1c7692ae1ca377597.zip
pfsense-6cfa23eb6ee7010f0a320ae1c7692ae1ca377597.tar.gz
No need to use # in color code, it's already set with this
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/authgui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index b78a6ca..27e4c88 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -165,7 +165,7 @@ function display_login_form() {
/* Check against locally configured IP addresses, which will catch when someone
port forwards WebGUI access from WAN to an internal IP on the router. */
-global $FilterIflist;
+global $FilterIflist, $nifty_background;
$local_ip = false;
if(strstr($_SERVER['HTTP_HOST'], ":")) {
$http_host_port = explode(":", $_SERVER['HTTP_HOST']);
OpenPOWER on IntegriCloud