From 4c9b85dc1edfb84b87d826d4e3cc9591c48a2219 Mon Sep 17 00:00:00 2001 From: WuXiangJun Date: Sat, 9 May 2020 17:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=90=8E=EF=BC=8C=E6=8F=92=E4=BB=B6=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=8A=A5=E3=80=90addons.php=E6=96=87=E4=BB=B6=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=86=99=E5=85=A5=E6=9D=83=E9=99=90=E3=80=91=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/addons/Service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons/Service.php b/src/addons/Service.php index c009d26..3ecde07 100644 --- a/src/addons/Service.php +++ b/src/addons/Service.php @@ -227,7 +227,7 @@ public static function refresh() throw new Exception("addons.js文件没有写入权限"); } - $file = APP_PATH . 'extra' . DS . 'addons.php'; + $file = CONF_PATH . 'extra' . DS . 'addons.php'; $config = get_addon_autoload_config(true); if ($config['autoload'])