From f1b75ca83aaceede71e7a8a3f7bed0842e443216 Mon Sep 17 00:00:00 2001 From: eldy <> Date: Thu, 17 Oct 2002 04:19:14 +0000 Subject: [PATCH] Added choice of month and year with list boxes --- wwwroot/cgi-bin/awstats.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 1de544fd..ea7878e0 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -502,7 +502,7 @@ use vars qw/ @Message /; "Data value arrays", "Sender EMail", "Receiver EMail", -"Analyzed period" +"Report period" ); @@ -3632,6 +3632,7 @@ sub Show_Flag_Links { else { $NewLinkParams=($SiteConfig?"config=$SiteConfig&":"")."year=$YearRequired&month=$MonthRequired&"; } + if ($FrameName eq 'mainleft') { $NewLinkParams.='framename=index&'; } print "
\n"; foreach my $flag (split(/\s+/,$ShowFlagLinks)) { -- 2.47.3