diff --git a/core/scripts/password-hash.sh b/core/scripts/password-hash.sh index 485f497..634a879 100755 --- a/core/scripts/password-hash.sh +++ b/core/scripts/password-hash.sh @@ -80,7 +80,6 @@ chdir('..'); $core = dirname(__DIR__); -include_once $core . '/includes/password.inc'; include_once $core . '/includes/bootstrap.inc'; $password_hasher = drupal_container()->get('password');