From 739ca607b6e23faa1ec0add82e74bc7bc6d4df02 Mon Sep 17 00:00:00 2001 From: lhy6305 <2734565242@qq.com> Date: Mon, 23 Sep 2024 22:43:04 +0800 Subject: [PATCH] ~~ssh~~ https auto update --- api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.php b/api.php index 4c11a1b..2a0966c 100644 --- a/api.php +++ b/api.php @@ -12,8 +12,8 @@ header("Content-Encoding: none"); header("Cache-Control: no-store, max-age=0, must-revalidate"); header("X-Accel-Buffering: no"); -error_reporting(0); -//error_reporting(E_ALL); +//error_reporting(0); +error_reporting(E_ALL); require_once(__DIR__."/phplib/libutil.php"); require_once(__DIR__."/phplib/libcustomerrorgen.php");