Header instead of include.
git-svn-id: https://develop.svn.wordpress.org/trunk@90 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fea065ebfe
commit
73d135153a
@ -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