1
0
Fork 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@552 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 15 years ago
parent fa9c06ac40
commit 3057e08df7

@ -129,8 +129,8 @@ function calc_total(&$total, $data)
}
else {
switch ($k) {
case 'his_by_hour':
case 'his_by_second':
case 'hits_by_hour':
case 'hits_by_second':
foreach ($data[$k] as $kk => $vv) {
$total[$k][$kk] += $vv;
}

Loading…
Cancel
Save