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();