From: eldy <> Date: Fri, 20 Sep 2002 12:47:47 +0000 (+0000) Subject: Added a link to data arrays for values of month and day chart. X-Git-Tag: AWSTATS_5_0_BETA~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04785f64fdd964c9fdfc399f2adeefe7551b64e;p=thirdparty%2FAWStats.git Added a link to data arrays for values of month and day chart. --- 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" );