From 580dac88a4eea9d48d01c4c91fefb3e17432356f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=81=86=E5=90=AC?= Date: Fri, 2 Nov 2018 21:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20index.php?= 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 1abfbf35..6402eb1f 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ if(file_exists("./public/install/") && !file_exists("./public/install/install.lo // 定义应用目录 define('APP_PATH', __DIR__ . '/application/'); //静态文件目录 -define('PUBILC_PATH', '/public'); +define('PUBILC_PATH', '/public/'); //上传文件目录 define('UPLOAD_PATH', 'public/uploads'); // 加载框架引导文件