From: Stefan Berger Date: Mon, 21 Mar 2022 11:35:58 +0000 (+0100) Subject: Update awstats.pl X-Git-Tag: AWSTATS_7_9~5^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccba51e6c60ef755d84090ba4c415a5b593a8389;p=thirdparty%2FAWStats.git Update awstats.pl Replace hard coded text with $Meaage ( Monthly, Daily, Hourly ) --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 6d663201..9d4410d4 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -19,7 +19,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------ require 5.007; - + #$|=1; #use warnings; # Must be used in test mode only. This reduce a little process speed #use diagnostics; # Must be used in test mode only. This reduce a lot of process speed