1
0
mirror of https://github.com/ZeroDream-CN/PHPMC7 synced 2026-05-17 11:02:32 +08:00

v7.3.3156 更新发布

增加插件系统
增加事件管理系统
修复错误页面的标题问题
This commit is contained in:
2018-09-16 01:49:48 +08:00
Unverified
parent 3117402098
commit f06e0bcb30
9 changed files with 161 additions and 30 deletions
+3 -1
View File
@@ -10,6 +10,8 @@ if(!file_exists(ROOT . "/include/data/config.php") && !isset($_GET['installed'])
exit;
}
include(ROOT . "/include/loader.php");
$Plugin = new Plugin();
$Loader = new Loader();
$Plugin->load("plugins");
$Loader->router();
$Loader->frame();
$Loader->frame();