]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update awstats.pl
authorStefan Berger <stefan@berger.net>
Mon, 21 Mar 2022 11:35:58 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 11:35:58 +0000 (12:35 +0100)
Replace hard coded text with $Meaage ( Monthly, Daily, Hourly )

wwwroot/cgi-bin/awstats.pl

index 6d663201354fbcdf6aac4bcc4186cae4a262d2c6..9d4410d4e0bace81c2b3a43288e53efc4520a176 100755 (executable)
@@ -19,7 +19,7 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #------------------------------------------------------------------------------
 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