summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-11 17:43:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-11 17:43:23 +0000
commitea9b53c1121f4c150ee07a4b362ba8d7ddf08517 (patch)
tree0a9af8bd3a768038aead2fa549890d09761fbfe1 /usr/local
parenta90f3528a2871b36fb6b1e02e79ee19004a8fb52 (diff)
downloadpfsense-ea9b53c1121f4c150ee07a4b362ba8d7ddf08517.zip
pfsense-ea9b53c1121f4c150ee07a4b362ba8d7ddf08517.tar.gz
Silence Eclipse warnings
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/captiveportal/index.php2
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) {
OpenPOWER on IntegriCloud