mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Silence Eclipse warnings
This commit is contained in:
parent
a90f3528a2
commit
ea9b53c112
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user