mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Header instead of include.
git-svn-id: http://svn.automattic.com/wordpress/trunk@90 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
015be08632
commit
067c530196
@ -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();
|
||||||
}
|
}
|
||||||
//}
|
//}
|
||||||
|
Loading…
Reference in New Issue
Block a user