From 49729f313df286ddac5160bd6cc808d3337916d1 Mon Sep 17 00:00:00 2001 From: F4NNIU Date: Wed, 20 May 2020 15:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E4=BB=A4=E8=A1=8C=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- think | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/think b/think index 8afa938af..eca58cbe7 100755 --- a/think +++ b/think @@ -14,4 +14,4 @@ define('APP_PATH', __DIR__ . '/application/'); // 加载框架引导文件 -require './thinkphp/console.php'; \ No newline at end of file +require __DIR__ . './thinkphp/console.php'; -- Gitee