From ea9b53c1121f4c150ee07a4b362ba8d7ddf08517 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 11 Dec 2006 17:43:23 +0000 Subject: Silence Eclipse warnings --- usr/local/captiveportal/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/captiveportal') diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php index f8271f1..865267f 100755 --- a/usr/local/captiveportal/index.php +++ b/usr/local/captiveportal/index.php @@ -237,7 +237,7 @@ function portal_mac_radius($clientmac,$clientip) { function portal_allow($clientip,$clientmac,$username,$password = null, $attributes = null, $ruleno = null) { - global $redirurl, $g, $config; + global $redirurl, $g, $config, $url_redirection; /* See if a ruleno is passed, if not start locking the sessions because this means there isn't one atm */ if ($ruleno == null) { -- cgit v1.1