fix error_reporting
This commit is contained in:
1
api.php
1
api.php
@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
error_reporting(0);
|
||||||
//设置json格式头部
|
//设置json格式头部
|
||||||
header('Content-type: application/json');
|
header('Content-type: application/json');
|
||||||
//载入数据库文件
|
//载入数据库文件
|
||||||
|
Reference in New Issue
Block a user