From 4a9ba108a92283b3255500f191a7bb62551520a3 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 8 May 2018 17:45:11 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=85=A5?= =?UTF-8?q?=E5=8F=A3think=E7=9B=AE=E5=BD=95=E8=AE=A1=E7=AE=97=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d0becfbaa..735a45133 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@ namespace think; // 加载基础文件 require __DIR__ . '/thinkphp/base.php'; -// 生成think文件检查,防止TP目录计算异常 +// think文件检查,防止TP目录计算异常 file_exists('think') || touch('think'); // 执行应用并响应