1
0
mirror of https://github.com/ZeroDream-CN/PHPMC7 synced 2026-06-06 07:03:34 +08:00

v7.3.2105 安全更新发布

增加登录页面 Csrf 验证
修复 Daemon 管理页面显示问题
修复一些操作时的判断问题
修复 AJAX 请求参数构造错误问题
修复控制台字体全绿问题
This commit is contained in:
2018-09-15 13:25:18 +08:00
Unverified
parent b0bb258d07
commit 01b9046021
10 changed files with 236 additions and 26 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ class Daemon {
while($rw = mysqli_fetch_row($rs)) {
$data .= "<div class='server-hover' onclick='selectDaemon({$rw[0]}, this)'>
<h5>{$rw[1]}</h5>
<p>{$rw[3]} | 操作系统:{$rw[4]}</p>
<p>{$rw[5]} | 操作系统:{$rw[4]}</p>
</div>";
}
mysqli_close($conn);