fix error_reporting

This commit is contained in:
2023-11-25 20:48:00 +08:00
parent ba05834015
commit ef1ca1c48c
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
error_reporting(0);
//设置json格式头部
header('Content-type: application/json');
//载入数据库文件

View File

@ -1,4 +1,5 @@
<?php
error_reporting(0);
ob_start();
session_start();
require("data.php");