Return after redirecting.

This commit is contained in:
Scott Ullrich 2008-08-12 17:08:45 +00:00
parent 8e90e1e4b7
commit 17d9d2d257

View File

@ -375,6 +375,7 @@ EOD;
} else {
captiveportal_unlock();
header("Location: " . $my_redirurl);
return $sessionid;
}
captiveportal_unlock();
return $sessionid;