Issue #1333192 by good_man: Fixed password-hash broken after moving files under /core.

8.0.x
catch 2011-11-07 12:22:59 +09:00
parent 789acbd3c3
commit c352f3c924
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ while ($param = array_shift($_SERVER['argv'])) {
}
}
chdir('../..');
chdir('..');
define('DRUPAL_ROOT', getcwd());
include_once DRUPAL_ROOT . '/core/includes/password.inc';