Header instead of include.

git-svn-id: http://svn.automattic.com/wordpress/trunk@90 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-24 23:42:36 +00:00
parent 015be08632
commit 067c530196

View File

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