fix: 접속량 정보 변수명

This commit is contained in:
2023-07-07 17:20:24 +00:00
parent 161ed97a34
commit ad0770d1be
+1 -1
View File
@@ -206,7 +206,7 @@ if ($admin['maxonline'] < $curonline) {
);
foreach (array_merge([$totalRefresh], $top5Refresh) as $i => $user) {
$w = round($user['refresh'] / max(1, $max_refresh['refresh']) * 100, 1);
$w = round($user['refresh'] / max(1, $totalRefresh['refresh']) * 100, 1);
$w2 = round(100 - $w, 1);
$color = getTrafficColor($w);
?>