From af2bf3a7ec33b4ab676ac897de637b4a92901436 Mon Sep 17 00:00:00 2001 From: LeoShivas <28844182+LeoShivas@users.noreply.github.com> Date: Wed, 20 May 2020 17:16:38 +0200 Subject: [PATCH] Update awstats.pl for hour selector The hour selector didn't work because of bad copy/paste from the day bloc. --- wwwroot/cgi-bin/awstats.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 3a3d4c6f..9ff02403 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -10059,8 +10059,8 @@ sub HTMLTopBanner{ if (!$HourRequired) { $HourRequired = $nowhour; } - print "\n"; + foreach ( 1 .. 24 ) { print "$_\n"; -- 2.47.2