diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-28 07:03:57 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-28 07:03:57 +0000 |
commit | db7de89756dc5fbf889d80106933023351393f2e (patch) | |
tree | d82c6dfb073835836292cd96a08ee836576f672a /sites | |
parent | d5d1366e6b085a28f88f6d7dab49f1bcb2c8bfc1 (diff) | |
download | brdo-db7de89756dc5fbf889d80106933023351393f2e.tar.gz brdo-db7de89756dc5fbf889d80106933023351393f2e.tar.bz2 |
#1040190 by 1V: Fix typo in comment for cookie_domain in settings.php
Diffstat (limited to 'sites')
-rw-r--r-- | sites/default/default.settings.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 6ecc030d9..559ab0621 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -282,11 +282,11 @@ ini_set('session.cookie_lifetime', 2000000); /** * 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 - * cross between your various domains. + * based 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 cross + * between your various domains. */ # $cookie_domain = 'example.com'; |