From 3e7cf7c0aa6e4a4630a8a6bbad5e45d09b75bee9 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Fri, 20 Oct 2017 13:52:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 46c4837..f11738e 100644 --- a/index.php +++ b/index.php @@ -12,6 +12,6 @@ // [ 应用入口文件 ] // 定义应用目录 -define('APP_PATH', __DIR__ . 'application/'); +define('APP_PATH', __DIR__ . '/application/'); // 加载框架引导文件 -require __DIR__ . 'thinkphp/start.php'; +require __DIR__ . '/thinkphp/start.php';