fix error_reporting
This commit is contained in:
parent
ba05834015
commit
ef1ca1c48c
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');
|
||||||
//载入数据库文件
|
//载入数据库文件
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
error_reporting(0);
|
||||||
ob_start();
|
ob_start();
|
||||||
session_start();
|
session_start();
|
||||||
require("data.php");
|
require("data.php");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user