Explorar el Código

Update debug_log.php

wanggangtao hace 5 años
padre
commit
7da26d4f6d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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);