From: eldy <> Date: Tue, 26 Aug 2003 01:08:14 +0000 (+0000) Subject: Fix wrong number of column fo "other" row in host chart. X-Git-Tag: AWSTATS_WEBMIN_1_0_RELEASE~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babc4c4fbd7b6421a45bc452b7b53d8fbb6d20a5;p=thirdparty%2FAWStats.git Fix wrong number of column fo "other" row in host chart. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 13b0b420..2dd0d784 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -4824,6 +4824,7 @@ if ((! $ENV{'GATEWAY_INTERFACE'}) && (! $SiteConfig)) { print "with a GNU General Public License (See LICENSE file for details).\n"; print "\n"; print "Syntax: $PROG.$Extension -config=virtualhostname [options]\n"; + print "\n"; print " This runs $PROG in command line to update statistics of a web site, from\n"; print " the log file defined in config file, and/or returns a HTML report.\n"; print " First, $PROG tries to read $PROG.virtualhostname.conf as the config file.\n"; @@ -8333,7 +8334,7 @@ if (scalar keys %HTMLOutput) { if ($rest_p > 0 || $rest_h > 0 || $rest_k > 0) { # All other visitors (known or not) print ""; print "$Message[2]"; - if ($ShowLinksToWhoIs && $LinksToWhoIs) { print " "; } + &ShowHostInfo(''); if ($ShowHostsStats =~ /P/i) { print "$rest_p"; } if ($ShowHostsStats =~ /H/i) { print "$rest_h"; } if ($ShowHostsStats =~ /B/i) { print "".Format_Bytes($rest_k).""; }