From: LeoShivas <28844182+LeoShivas@users.noreply.github.com> Date: Wed, 20 May 2020 15:16:38 +0000 (+0200) Subject: Update awstats.pl for hour selector X-Git-Tag: AWSTATS_7_9~11^2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2bf3a7ec33b4ab676ac897de637b4a92901436;p=thirdparty%2FAWStats.git Update awstats.pl for hour selector The hour selector didn't work because of bad copy/paste from the day bloc. --- 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";