mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct the ridirection URL to unbreak ones passed through Radius attributes and repsect user choices. Reported-by: Antoine Guillemot
This commit is contained in:
parent
686777c419
commit
fb0c2bd61b
@ -2033,7 +2033,7 @@ function portal_allow($clientip,$clientmac,$username,$password = null, $attribut
|
||||
include("{$g['varetc_path']}/captiveportal-{$cpzone}-logout.html");
|
||||
|
||||
} else {
|
||||
portal_reply_page($redirurl, "redir", "Just redirect the user.");
|
||||
portal_reply_page($my_redirurl, "redir", "Just redirect the user.");
|
||||
}
|
||||
|
||||
return $sessionid;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user