From fbbce1bda77dd4a9652b47d2fb1b5f75122596cc Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Fri, 2 Nov 2018 21:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E5=8F=A3=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B7=AF=E5=BE=84?= 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'); // 加载框架引导文件