mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Return after redirecting.
This commit is contained in:
parent
8e90e1e4b7
commit
17d9d2d257
@ -375,6 +375,7 @@ EOD;
|
||||
} else {
|
||||
captiveportal_unlock();
|
||||
header("Location: " . $my_redirurl);
|
||||
return $sessionid;
|
||||
}
|
||||
captiveportal_unlock();
|
||||
return $sessionid;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user