Browse Source

测试钩子

chenbo 4 years ago
parent
commit
0647f45ca6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config_develop.inc.php

+ 1 - 1
config_develop.inc.php

@@ -30,7 +30,7 @@ $DB_prefix = 'fission_';
 
 //数据库调试等级,上线请关闭
 //0--关闭数据库错误信息 1--打印错误SQL到日志文件(默认) 2--打印所有SQL到日志文件
-$DB_DEBUG_LEVEL = 0;
+$DB_DEBUG_LEVEL = 0; 
 
 
 ?>