修正File日志驱动

This commit is contained in:
thinkphp
2016-12-09 15:33:30 +08:00
parent a223dd5aff
commit b7fb12c2fb

View File

@@ -54,7 +54,7 @@ class File
}
$depr = $depr ? "---------------------------------------------------------------\r\n" : '';
$info = '';
if (App::$debug) {
// 获取基本信息
if (isset($_SERVER['HTTP_HOST'])) {