Commit 29a53444 by 冷斌

update

parent 2141bd80
......@@ -20,7 +20,7 @@ if (ini_get('magic_quotes_gpc')) {
$_POST = stripslashesRecursive($_POST);
}
//开启调试模�?
define("APP_DEBUG", 1);
define("APP_DEBUG", 0);
//网站当前路径
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