From 2206ca8d3522f7412eae7db2edff00168cc807b9 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 11 Nov 2010 13:39:39 +0000 Subject: [PATCH] - remove the cookiePath setting. --- config/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.php b/config/config.php index 90872a95f0..1c59da2c58 100644 --- a/config/config.php +++ b/config/config.php @@ -12,7 +12,6 @@ /* 基本参数设定。*/ $config->version = '1.3'; // 版本号,切勿修改。 $config->encoding = 'UTF-8'; // 网站的编码。 -$config->cookiePath = '/'; // cookie的有效路径。 $config->cookieLife = time() + 2592000; // cookie的生命周期。 $config->timezone = 'Asia/Shanghai'; // 时区设置,详细的列表,请访问 http://www.php.net/manual/en/timezones.php