From b7fb12c2fbd2a4837f99a549395f4f9cb2a250e7 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 9 Dec 2016 15:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3File=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/log/driver/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/log/driver/File.php b/library/think/log/driver/File.php index f433718d..f9358a9d 100644 --- a/library/think/log/driver/File.php +++ b/library/think/log/driver/File.php @@ -54,7 +54,7 @@ class File } $depr = $depr ? "---------------------------------------------------------------\r\n" : ''; - + $info = ''; if (App::$debug) { // 获取基本信息 if (isset($_SERVER['HTTP_HOST'])) {