$path -> $siteurl

b2config.php -> wp-config.php


git-svn-id: https://develop.svn.wordpress.org/trunk@221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-06-12 22:47:45 +00:00
parent fcef79de9b
commit 27243190e4
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
require_once('../b2config.php');
require_once('../wp-config.php');
/* checking login & pass in the database */
function veriflog() {
@@ -41,7 +41,7 @@ function veriflog() {
if (!empty($HTTP_COOKIE_VARS["wordpressuser"])) {
$error="<strong>Error</strong>: wrong login or password";
}
header("Location: $path/b2login.php");
header("Location: $siteurl/b2login.php");
exit();
}
//}