From 6cfa23eb6ee7010f0a320ae1c7692ae1ca377597 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 14 Jul 2010 17:41:43 -0400 Subject: No need to use # in color code, it's already set with this --- etc/inc/authgui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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']); -- cgit v1.1