summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-09 17:14:31 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-09 17:14:31 +0000
commit05e658dfe3917c0afa4c5989617355523c9cdbfc (patch)
treefd91b125076bb52819af17371f346fe727fe4248 /sites/default
parent22cef755263f5a9454905a3fedb825ea249af5a0 (diff)
downloadbrdo-05e658dfe3917c0afa4c5989617355523c9cdbfc.tar.gz
brdo-05e658dfe3917c0afa4c5989617355523c9cdbfc.tar.bz2
- Patch #394938 by Damien Tournoud: defailt to exist.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 7f03b3a9d..8678cb863 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -46,7 +46,7 @@
/**
* Database settings:
*
- * The $databases array specifies the database connection or
+ * The $databases array specifies the database connection or
* connections that Drupal may use. Drupal is able to connect
* to multiple databases, including multiple types of databases,
* during the same request.
@@ -63,7 +63,7 @@
* 'port' => 3306,
* );
*
- * The "driver" property indicates what Drupal database driver the
+ * The "driver" property indicates what Drupal database driver the
* connection should use. This is usually the same as the name of the
* database type, such as mysql or sqlite, but not always. The other
* properties will vary depending on the driver. For SQLite, you must
@@ -80,7 +80,7 @@
* A target database allows Drupal to try to send certain queries to a
* different database if it can but fall back to the default connection if not.
* That is useful for master/slave replication, as Drupal may try to connect
- * to a slave server when appropriate and if one is not available will simply
+ * to a slave server when appropriate and if one is not available will simply
* fall back to the single master server.
*
* The general format for the $databases array is as follows:
@@ -232,7 +232,7 @@ ini_set('session.cookie_lifetime', 2000000);
*
* Remove the leading hash signs to enable.
*/
-# $conf = array(
+$conf = array(
# 'site_name' => 'My Drupal site',
# 'theme_default' => 'minnelli',
# 'anonymous' => 'Visitor',
@@ -273,7 +273,7 @@ ini_set('session.cookie_lifetime', 2000000);
* your web server spoofing the X-Forwarded-For headers.
*/
# 'reverse_proxy_addresses' => array('a.b.c.d', ...), // Leave the comma here.
-# );
+);
/**
* String overrides: