1
0
mirror of https://github.com/ZeroDream-CN/PHPMC7 synced 2026-05-18 19:49:53 +08:00

7.3.1709 发布

增加更新检测功能,现在可以自动下载最新版本的 PHPMC 了。
修正部分逻辑判断问题。
修改了部分 AJAX 请求超时时间
增加操作过渡动画效果
This commit is contained in:
2018-09-15 05:31:23 +08:00
Unverified
parent 9aac12cfc8
commit b0bb258d07
9 changed files with 170 additions and 31 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
set_time_limit(10);
set_time_limit(60);
error_reporting(0);
$pathinfo = pathinfo($_SERVER['PHP_SELF']);
$path = str_replace("/" . $pathinfo['basename'], "", $_SERVER['PHP_SELF']);