diff --git a/delete_user.php b/delete_user.php index b79c692..0181444 100644 --- a/delete_user.php +++ b/delete_user.php @@ -14,6 +14,7 @@ if (!file_exists($drupal_path . '/includes/bootstrap.inc')) { } define('DRUPAL_ROOT', $drupal_path); +chdir(DRUPAL_ROOT); require_once DRUPAL_ROOT . '/includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);