From 8b74828b947547664058792ab4148bead59d2ca0 Mon Sep 17 00:00:00 2001 From: 403 Forbidden Date: Sat, 29 Jan 2022 17:27:19 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20Cli=20=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E6=97=A0=E9=9C=80=E5=8F=91=E9=80=81=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/Env.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Env.php b/src/core/Env.php index e6bf433..27d35c8 100644 --- a/src/core/Env.php +++ b/src/core/Env.php @@ -28,7 +28,7 @@ class Env public function __construct() { set_time_limit(0); - header("Content-Type:text/html; charset=utf-8"); + // header("Content-Type:text/html; charset=utf-8"); // ini_set('date.timezone', 'Asia/Shanghai'); date_default_timezone_set('Asia/Shanghai'); ini_set('display_errors', 'on');