star7th 8 лет назад
Родитель
Сommit
d6b49c7560
1 измененных файлов с 1 добавлено и 1 удалено
  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/');