|
@@ -31,7 +31,7 @@ define('__MY_VIEW_URL__', substr(__MY_URL__, 0, -1).$request_url);
|
|
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
|
|
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
|
|
|
|
|
|
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
|
|
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
|
|
-define('APP_DEBUG', true);
|
|
|
|
|
|
+define('APP_DEBUG', false);
|
|
|
|
|
|
// 分之模式,master,develop,test,debug
|
|
// 分之模式,master,develop,test,debug
|
|
define('APP_STATUS', 'master');
|
|
define('APP_STATUS', 'master');
|