Explorar el Código

Update core.php

xiaosongshu007 hace 4 años
padre
commit
0832a3181d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core.php

+ 1 - 1
core.php

@@ -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 !');
 
 // 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
-define('APP_DEBUG', true);
+define('APP_DEBUG', false);
 
 // 分之模式,master,develop,test,debug
 define('APP_STATUS', 'master');