mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ensure we unlock captive portal before redirecting.
This commit is contained in:
parent
8abb10307f
commit
406578388e
@ -375,6 +375,7 @@ document.location.href="{$my_redirurl}";
|
||||
|
||||
EOD;
|
||||
} else {
|
||||
captiveportal_unlock();
|
||||
header("Location: " . $my_redirurl);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user