summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-01-17 00:41:35 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-01-17 00:41:35 +0000
commitb45bd13d444109244826c59f4900874bc31534c3 (patch)
tree98cb0e8c8683f4a67f10616a1d65a29e1e3e7929 /sites
parent18dfd4a81a1fff11320569ca3183e35eae7d766d (diff)
downloadbrdo-b45bd13d444109244826c59f4900874bc31534c3.tar.gz
brdo-b45bd13d444109244826c59f4900874bc31534c3.tar.bz2
- Various code style fixes
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php3
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:
#