From 5297bc5578003c57d8367a8d69530623760e4a0f Mon Sep 17 00:00:00 2001 From: Andre Grueneberg Date: Thu, 15 Jan 2015 20:19:47 +0100 Subject: [PATCH] Fix title for peer usage (include time period) --- www/top.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/top.php b/www/top.php index 6e1a7eb..cd702ef 100644 --- a/www/top.php +++ b/www/top.php @@ -23,8 +23,8 @@ if ($peerusage) $statsfile = $daypeerstatsfile; else { $statsfile = statsFileForHours($hours); - $label = statsLabelForHours($hours); } +$label = statsLabelForHours($hours); $topas = getasstats_top($ntop, $statsfile); $start = time() - $hours*3600;