mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(captiveportal, current) redirect after radius auth (https://github.com/opnsense/core/issues/396)
This commit is contained in:
parent
812d35abda
commit
8f5a725fcf
@ -220,6 +220,8 @@ EOD;
|
||||
} elseif ($auth_list['auth_val'] == 3) {
|
||||
captiveportal_logportalauth($user, $clientmac, $clientip, "FAILURE", $auth_list['reply_message']);
|
||||
portal_reply_page($redirurl, $type, $auth_list['reply_message'] ? $auth_list['reply_message'] : $errormsg);
|
||||
} else {
|
||||
portal_reply_page($redirurl, "redir", "Just redirect the user.");
|
||||
}
|
||||
} else {
|
||||
if (!empty($_POST['auth_user'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user