]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation
authoreldy <>
Mon, 15 Sep 2003 12:55:55 +0000 (12:55 +0000)
committereldy <>
Mon, 15 Sep 2003 12:55:55 +0000 (12:55 +0000)
wwwroot/cgi-bin/awstats.model.conf
wwwroot/cgi-bin/awstats.pl

index 192d86bcec7fddc3e4204bfc78db420e4be7a738..494389a8de22ffc5579792ee911bd8d60ce4d95b 100644 (file)
@@ -964,7 +964,7 @@ ShowLinksOnUrl=1
 # with "http://". However some links might be HTTPS links, so you can enter
 # here the root of all your HTTPS links. If all your site is a SSL web site,
 # just enter "/".
-# This parameter is not used is ShowLinksOnUrl is 0.
+# This parameter is not used if ShowLinksOnUrl is 0.
 # Example: "/shopping"
 # Example: "/"
 # Default: ""
index 0993766c2e9ebd4211816ee8d2ba225c51628305..4637ddd9f79a6be61981b9e4e3ccfe1fca86c408 100644 (file)
@@ -9187,7 +9187,7 @@ if (scalar keys %HTMLOutput) {
                        print "$Center<a name=\"ERRORS\">&nbsp;</a><BR>\n";
                        my $title="$Message[32]";
                        &tab_head("$title",19);
-                       print "<TR bgcolor=\"#$color_TableBGRowTitle\"><TH colspan=2>$Message[32]</TH><TH bgcolor=\"#$color_h\" width=80>$Message[57]</TH><TH bgcolor=\"#$color_h\" width=80>$Message[15]</TH><TH bgcolor=\"#$color_k\" width=80>$Message[75]</TH></TR>\n";
+                       print "<TR bgcolor=\"#$color_TableBGRowTitle\"><TH colspan=2>$Message[32]*</TH><TH bgcolor=\"#$color_h\" width=80>$Message[57]</TH><TH bgcolor=\"#$color_h\" width=80>$Message[15]</TH><TH bgcolor=\"#$color_k\" width=80>$Message[75]</TH></TR>\n";
                        $total_h=0;
                        my $count=0;
                        &BuildKeyList($MaxRowsInHTMLOutput,1,\%_errors_h,\%_errors_h);