From 92c787bddcae3543ef7285564e339cb7fb85e416 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 2 May 2012 11:50:54 +0000 Subject: [PATCH] * adjust the error info. --- www/upgrade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/upgrade.php b/www/upgrade.php index 3870fce4f7..6e78d510e7 100644 --- a/www/upgrade.php +++ b/www/upgrade.php @@ -9,10 +9,11 @@ * @version $Id$ * @link http://www.zentao.net */ +/* Judge my.php exists or not. */ $myConfig = dirname(dirname(__FILE__)) . '/config/my.php'; if(!file_exists($myConfig)) { - echo "文件" . $myConfig . "不存在! 提示:不要重命名zentao再覆盖!" . "
"; + echo "文件" . $myConfig . "不存在! 提示:不要重命名原来的禅道安装目录,下载最新的源码包,覆盖即可。" . "
"; echo $myConfig . " doesn't exists! Please don't rename zentao before overriding the source code!"; exit; }