diff --git a/pool/page_stats.php b/pool/page_stats.php index 0b0ba88e..1db00aa1 100644 --- a/pool/page_stats.php +++ b/pool/page_stats.php @@ -55,7 +55,7 @@ function dostats($data, $user) $rate = 'T'; $uhr /= 1000; } - $dsp = number_format($urh/100, 2); + $dsp = number_format($urh/100, 2).$rate.'Hs'; } $pg .= "$dsp"; $pg .= "\n";