Explorar el Código

关闭调试模式

star7th hace 8 años
padre
commit
d6b49c7560
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -15,7 +15,7 @@
 if(version_compare(PHP_VERSION,'5.3.0','<'))  die('require PHP > 5.3.0 !');
 
 // 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
-define('APP_DEBUG',True);
+//define('APP_DEBUG',True);
 
 // 定义应用目录
 define('APP_PATH','./Application/');