diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-11 17:43:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-11 17:43:23 +0000 |
commit | ea9b53c1121f4c150ee07a4b362ba8d7ddf08517 (patch) | |
tree | 0a9af8bd3a768038aead2fa549890d09761fbfe1 | |
parent | a90f3528a2871b36fb6b1e02e79ee19004a8fb52 (diff) | |
download | pfsense-ea9b53c1121f4c150ee07a4b362ba8d7ddf08517.zip pfsense-ea9b53c1121f4c150ee07a4b362ba8d7ddf08517.tar.gz |
Silence Eclipse warnings
-rwxr-xr-x | usr/local/captiveportal/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |