Silence Eclipse warnings

This commit is contained in:
Scott Ullrich 2006-12-11 17:43:23 +00:00
parent a90f3528a2
commit ea9b53c112

View File

@ -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) {