diff options
Diffstat (limited to 'sites/default/settings.php')
-rw-r--r-- | sites/default/settings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php index 5df0b0ba3..365d4fd68 100644 --- a/sites/default/settings.php +++ b/sites/default/settings.php @@ -47,6 +47,9 @@ $base_url = "http://localhost"; # the .htaccesss file in Drupal's root directory. If you get # unexpected warnings or errors, double-check your PHP settings. +# If required, update PHP's include path to include your PEAR directory: +// ini_set("include_path", ".:/path/to/pear"); + # # Variable overrides: # |