From aa3fa468b605cf77d40dcf34d17c1df2be0e6a40 Mon Sep 17 00:00:00 2001 From: ZiBuYuCHN <1063614727@qq.com> Date: Sun, 18 Apr 2021 04:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/init.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/init.php b/public/init.php index 81e51e6..54793f0 100644 --- a/public/init.php +++ b/public/init.php @@ -3,6 +3,8 @@ include_once('../plugins.php'); include_once('../modules.php'); include_once('../framework/Loader.php'); +include_once('../framework/helpers.php'); +include_once('../framework/functions.php'); spl_autoload_register('\kjBot\Framework\Loader::autoload');