Ensure we unlock captive portal before redirecting.

This commit is contained in:
Scott Ullrich 2008-08-12 16:58:47 +00:00
parent 8abb10307f
commit 406578388e

View File

@ -375,6 +375,7 @@ document.location.href="{$my_redirurl}";
EOD;
} else {
captiveportal_unlock();
header("Location: " . $my_redirurl);
}