diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 60834d72e..939f64046 100644 --- a/install.php +++ b/install.php @@ -4,7 +4,7 @@ /** * Root directory of Drupal installation. */ -define('DRUPAL_ROOT', dirname(realpath(__FILE__))); +define('DRUPAL_ROOT', getcwd()); require_once DRUPAL_ROOT . '/includes/install.inc'; |