mirror of
https://github.com/ZeroDream-CN/PHPMC7
synced 2026-05-15 10:03:10 +08:00
7.3.1709 发布
增加更新检测功能,现在可以自动下载最新版本的 PHPMC 了。 修正部分逻辑判断问题。 修改了部分 AJAX 请求超时时间 增加操作过渡动画效果
This commit is contained in:
@@ -164,6 +164,10 @@ class Loader {
|
||||
PHPMC::Permission()->checkSession("action:" . $_GET['action']);
|
||||
PHPMC::Event()->deleteUserEvent($_GET);
|
||||
break;
|
||||
case 'update':
|
||||
PHPMC::Permission()->checkSession("action:" . $_GET['action']);
|
||||
PHPMC::Event()->updateEvent();
|
||||
break;
|
||||
default:
|
||||
echo $this::loadPage("404.html", ROOT . "/content/" . $Option->getOption("Theme") . "/error/");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user