From: eldy <> Date: Mon, 9 Sep 2002 15:09:01 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_5_0_BETA~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae7e143f774319814f53defccf36ef6cfa1d074;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 38c60720..c68c6db5 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -6022,7 +6022,7 @@ EOF if ($Debug) { debug("ShowRobotStats",2); } print "$Center 
\n"; &tab_head($Message[53],19); - print "$Message[83]$Message[57]$Message[9]\n"; + print "$Message[83] : ".(scalar keys %_robot_h)."$Message[57]$Message[9]\n"; my $count=0; foreach my $key (sort { $_robot_h{$b} <=> $_robot_h{$a} } keys (%_robot_h)) { print "".($RobotsHashIDLib{$key}?$RobotsHashIDLib{$key}:$Message[0])."$_robot_h{$key}".Format_Date($_robot_l{$key},1)."\n";