summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-03-21 09:16:37 +0000
committerDries Buytaert <dries@buytaert.net>2008-03-21 09:16:37 +0000
commit9012f43ab0d3d0cffda33d02302c4d3a010361bc (patch)
tree8c22668286bb3b6aecd729e679d8af8c835b1a5f /sites/default
parent013774ba79c5589f0a1abf653518f5b3aeffa081 (diff)
downloadbrdo-9012f43ab0d3d0cffda33d02302c4d3a010361bc.tar.gz
brdo-9012f43ab0d3d0cffda33d02302c4d3a010361bc.tar.bz2
- Patch #218803 by Senpai: added minor clarification to the default.settings.php file.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index d5b0ee504..5f531e62f 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -182,7 +182,7 @@ ini_set('url_rewriter.tags', '');
* theme. It is located inside 'modules/system/maintenance-page.tpl.php'.
* Note: This setting does not apply to installation and update pages.
*/
-# 'maintenance_theme' => 'minnelli',
+# 'maintenance_theme' => 'minnelli', // Leave the comma here.
/**
* reverse_proxy accepts a boolean value.
*
@@ -197,9 +197,9 @@ ini_set('url_rewriter.tags', '');
* IP address information is captured in Drupal's session management,
* logging, statistics and access management systems; if you are unsure
* about this setting, do not have a reverse proxy, or Drupal operates in
- * a shared hosting environment, this setting should be set to disabled.
+ * a shared hosting environment, this setting should remain commented out.
*/
-# 'reverse_proxy' => TRUE,
+# 'reverse_proxy' => TRUE, // Leave the comma here.
/**
* reverse_proxy accepts an array of IP addresses.
*
@@ -210,7 +210,7 @@ ini_set('url_rewriter.tags', '');
* reverse proxies. Otherwise, the client could directly connect to
* your web server spoofing the X-Forwarded-For headers.
*/
-# 'reverse_proxy_addresses' => array('a.b.c.d', ...),
+# 'reverse_proxy_addresses' => array('a.b.c.d', ...), // Leave the comma here.
# );
/**