From f04785f64fdd964c9fdfc399f2adeefe7551b64e Mon Sep 17 00:00:00 2001 From: eldy <> Date: Fri, 20 Sep 2002 12:47:47 +0000 Subject: [PATCH] Added a link to data arrays for values of month and day chart. --- tools/awstats_buildstaticpages.pl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/awstats_buildstaticpages.pl b/tools/awstats_buildstaticpages.pl index 3f8e1252..8e77311e 100644 --- a/tools/awstats_buildstaticpages.pl +++ b/tools/awstats_buildstaticpages.pl @@ -20,7 +20,7 @@ use strict;no strict "refs"; # Defines #------------------------------------------------------- my $REVISION='$Revision$'; $REVISION =~ /\s(.*)\s/; $REVISION=$1; -my $VERSION="1.1 (build $REVISION)"; +my $VERSION="1.2 (build $REVISION)"; # ---------- Init variables -------- my $Debug=0; @@ -38,12 +38,16 @@ my $OutputDir=""; my $OutputSuffix; my $OutputFile; my @OutputList=( -"allhosts","lasthosts","unknownip","alllogins","lastlogins","allrobots","lastrobots", +"monthdayvalues", +"allhosts","lasthosts","unknownip", +"alllogins","lastlogins", +"allrobots","lastrobots", "urldetail","urlentry","urlexit", "unknownos","unknownbrowser","browserdetail", "refererse","refererpages", #"referersites", -"keyphrases","keywords","errors404" +"keyphrases","keywords", +"errors404" ); -- 2.47.3