Commit 9f641425 by 冷斌

fix bug

parent 25f6f6b3
...@@ -20,7 +20,7 @@ if (ini_get('magic_quotes_gpc')) { ...@@ -20,7 +20,7 @@ if (ini_get('magic_quotes_gpc')) {
$_POST = stripslashesRecursive($_POST); $_POST = stripslashesRecursive($_POST);
} }
//开启调试模�? //开启调试模�?
define("APP_DEBUG", 1); define("APP_DEBUG", 0);
//网站当前路径 //网站当前路径
define('SITE_PATH', dirname(__FILE__)."/"); define('SITE_PATH', dirname(__FILE__)."/");
//项目路径,不可更�? //项目路径,不可更�?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment