summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-17 10:45:35 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-17 10:45:35 +0000
commit86a6c03b3544c6a4c39166ba55e79d6c7f6ad6a6 (patch)
tree6386eb863353c0c88538bf5042a7ce97c69485bb /sites/default
parent3c8991d0b7b21239133071918a88ec3b10d69a87 (diff)
downloadbrdo-86a6c03b3544c6a4c39166ba55e79d6c7f6ad6a6.tar.gz
brdo-86a6c03b3544c6a4c39166ba55e79d6c7f6ad6a6.tar.bz2
- Patch #140468 by JohnAlbin: documentation improvements. Thanks.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index f0289e945..38db95fd3 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -139,13 +139,12 @@ ini_set('url_rewriter.tags', '');
/**
* Drupal automatically generates a unique session cookie name for each site
* based on on its full domain name. If you have multiple domains pointing at
- * the same Drupal site, you can either redirect them all to a single
- * domain (see comment in .htaccess), or uncomment the line below and specify
- * their shared base domain. Doing so assures that users remain logged in as they
+ * the same Drupal site, you can either redirect them all to a single domain
+ * (see comment in .htaccess), or uncomment the line below and specify their
+ * shared base domain. Doing so assures that users remain logged in as they
* cross between your various domains.
-*/
-
-#$cookie_domain = 'example.com';
+ */
+# $cookie_domain = 'example.com';
/**
* Variable overrides: