summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-01-25 20:40:34 +0000
committerDries Buytaert <dries@buytaert.net>2005-01-25 20:40:34 +0000
commitc2be5eb948c95bcf6053327692248e9e53799b06 (patch)
treedeb9f489bfd7fa983e1983bcb3b3fe3e9de924f3 /sites
parentdbcda92b76b5e75b5d657a39a3ba8abc9828490a (diff)
downloadbrdo-c2be5eb948c95bcf6053327692248e9e53799b06.tar.gz
brdo-c2be5eb948c95bcf6053327692248e9e53799b06.tar.bz2
- Patch #16145 by adschar: replaced left-over 'conf.php' by 'settings.php'.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php
index 5df0b0ba3..58679ad47 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -53,8 +53,8 @@ $base_url = "http://localhost";
# To override specific entries in the 'variable' table for this site,
# set them here. You usually don't need to use this feature. This is
# useful when used in a configuration file for a vhost or directory,
-# rather than the default conf.php. Any configuration setting from the
-# variable table can be given a new value.
+# rather than the default settings.php. Any configuration setting from
+# the variable table can be given a new value.
#
# $conf = array(
# 'site_name' => 'My Drupal site',