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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user