From ff51380686b68b56fc3847e0ccc1fe6af4b93c36 Mon Sep 17 00:00:00 2001 From: "aa820t@126.com" Date: Wed, 30 Mar 2022 08:21:20 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20think=20=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E5=BC=95=E5=AF=BC=E6=96=87=E4=BB=B6=20=E4=B8=BA=E7=BB=9D?= =?UTF-8?q?=E5=AF=B9=E8=B7=AF=E5=BE=84=20=E5=9C=A8=E9=9D=9E=E6=9C=AC?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=A0=B9=E7=9B=AE=E5=BD=95=E4=B8=8B,=20?= =?UTF-8?q?=E6=89=A7=E8=A1=8Cphp=20think=20=E5=91=BD=E4=BB=A4=E8=A1=8C,=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84=E4=BC=9A?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=90=8E=E7=BB=AD=E4=BB=A3=E7=A0=81=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=89=A7=E8=A1=8C.?= 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..8eeb81b57 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'; \ No newline at end of file -- Gitee