Browse Source

Update debug_log.php

wanggangtao 5 years ago
parent
commit
7da26d4f6d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      api/v1.0/debug_log.php

+ 0 - 2
api/v1.0/debug_log.php

@@ -9,9 +9,7 @@
 //error_reporting设置应该报告的错误,下面表示除了 E_NOTICE,报告其他所有错误
 
 error_reporting(E_ALL ^ E_NOTICE);
-
 //输出错误
-
 ini_set('display_errors', 1);
 
 //error_reporting(E_ALL ^ E_NOTICE);