~~ssh~~ https auto update

This commit is contained in:
lhy6305 2024-09-23 22:43:04 +08:00
parent 0ad0337259
commit 739ca607b6

View File

@ -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");