From a656b8750ff1a5112f4830cec10feab244e5fa91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Fri, 22 Sep 2023 04:04:24 +0000 Subject: [PATCH] update install/update.php. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/update.php b/install/update.php index 5cbf3b7..ebbc65e 100644 --- a/install/update.php +++ b/install/update.php @@ -6,7 +6,7 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -require './core/coreBase.php'; +require '../core/coreBase.php'; @set_time_limit(0); $cachelist = array(); $dzz = C::app();