]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix wrong number of column fo "other" row in host chart.
authoreldy <>
Tue, 26 Aug 2003 01:08:14 +0000 (01:08 +0000)
committereldy <>
Tue, 26 Aug 2003 01:08:14 +0000 (01:08 +0000)
wwwroot/cgi-bin/awstats.pl

index 13b0b42095faf5fbeaba75fcb73d8c96b5d88c51..2dd0d784edc9ba72ed9ad7e5fb9fbb3a68e82747 100644 (file)
@@ -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 "<TR>";
                                print "<TD CLASS=AWS><font color=\"#$color_other\">$Message[2]</font></TD>";
-                               if ($ShowLinksToWhoIs && $LinksToWhoIs) { print "<TD>&nbsp;</TD>"; }
+                               &ShowHostInfo('');
                                if ($ShowHostsStats =~ /P/i) { print "<TD>$rest_p</TD>"; }
                                if ($ShowHostsStats =~ /H/i) { print "<TD>$rest_h</TD>"; }
                                if ($ShowHostsStats =~ /B/i) { print "<TD>".Format_Bytes($rest_k)."</TD>"; }