From 341991eee9b32bf671047b8c33b01c8569d63d2b Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Tue, 23 Nov 2010 16:10:11 +0100 Subject: [PATCH] Fix #12552: Period should not be used in g_cookie_prefix Modified comment in config_defaults_inc.php to document this --- config_defaults_inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config_defaults_inc.php b/config_defaults_inc.php index b3f8bd8..41341d7 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -2764,7 +2764,7 @@ /** * --- cookie prefix --------------- - * set this to a unique identifier. No spaces. + * set this to a unique identifier. No spaces or periods. * @global string $g_cookie_prefix */ $g_cookie_prefix = 'MANTIS'; -- 1.7.1