From f528135929d13fdb40586fb92f8db66bc7862a11 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sat, 20 Feb 2010 15:19:10 +0000 Subject: [PATCH] * change the debug mode to false. --- trunk/module/install/view/step3.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/module/install/view/step3.html.php b/trunk/module/install/view/step3.html.php index c2d3132594..3173866a32 100644 --- a/trunk/module/install/view/step3.html.php +++ b/trunk/module/install/view/step3.html.php @@ -28,7 +28,7 @@ if(!isset($error)) $configContent = <<installed = true; //标志是否已经安装。 -\$config->debug = true; //是否打开debug功能。运行没有问题之后,可以将其改为false。 +\$config->debug = false; //是否打开debug功能。如果系统运行不正常,可将其设为true。 \$config->requestType = '$requestType'; //如何获取当前请求的信息,可选值:PATH_INFO|GET。 \$config->db->host = '$dbHost'; //mysql主机。 \$config->db->port = '$dbPort'; //mysql主机端口号。