From: eldy <> Date: Wed, 16 Oct 2002 19:01:52 +0000 (+0000) Subject: Added experimental Extra charts. X-Git-Tag: AWSTATS_5_1_BETA~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8292669cbe731ec567124dbd72946584fc9acc;p=thirdparty%2FAWStats.git Added experimental Extra charts. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index b10e5421..c6da836f 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -3306,9 +3306,6 @@ sub Save_History { print HISTORYTMP "\n"; print HISTORYTMP "# Extra sections...\n"; print HISTORYTMP "BEGIN_EXTRA_$extranum\n"; - foreach my $key (keys %{'_section_' . $extranum . '_h'} ) { - print "$key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; - } &BuildKeyList($MaxNbOfExtra[$extranum],$MinHitExtra[$extranum],\%{'_section_' . $extranum . '_h'},\%{'_section_' . $extranum . '_p'}); %keysinkeylist=(); foreach my $key (@keylist) {