Commit d0d2c6a8 by 冷斌

fix bug

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