From bca78855a19ad00772ea8a661165a71d5538222e Mon Sep 17 00:00:00 2001 From: Florent Torregrosa Date: Sat, 29 Oct 2016 17:17:34 +0200 Subject: [PATCH] Update settings from changes made on prod when changing domain name. --- README.md | 2 +- www7/sites/default/settings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30104b2a3..2f17dc267 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $conf['cron_key'] = 'zMT41f2ar4tCNxVS_SN1mcWKNlQbIz9_se7KdzQlZHo'; $conf['dfr_emploi_rewrite_urls'] = FALSE; $conf['drupalfr_planete_rewrite_urls'] = FALSE; -// Change cookie domain, example: .drupalfr.org . +// Change cookie domain, example: '.drupal.fr'. $cookie_domain = ''; // If devel is enabled, uncomment this line to catch the emails. diff --git a/www7/sites/default/settings.php b/www7/sites/default/settings.php index 111a4f7d7..d72f3b7ae 100644 --- a/www7/sites/default/settings.php +++ b/www7/sites/default/settings.php @@ -19,7 +19,7 @@ /** * Shared base domain */ -$cookie_domain = '.drupalfr.org'; +$cookie_domain = '.drupal.fr'; /** * PHP settings: