Header instead of include.

git-svn-id: https://develop.svn.wordpress.org/trunk@90 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-05-24 23:42:36 +00:00
parent fea065ebfe
commit 73d135153a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function veriflog() {
if (!empty($HTTP_COOKIE_VARS["wordpressuser"])) {
$error="<b>Error</b>: wrong login or password";
}
include("b2login.php");
header("Location: $path/b2login.php");
exit();
}
//}