mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
$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:
@@ -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();
|
||||
}
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user