From: eldy <>
Date: Mon, 9 Jun 2003 01:57:50 +0000 (+0000)
Subject: Added count for "Add to favourites"
X-Git-Tag: AWSTATS_5_6_BETA~27
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=629f2a2c25c5b1772388ab686bdf8d2e76fa2d9e;p=thirdparty%2FAWStats.git
Added count for "Add to favourites"
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 3c6f12e1..72419ac3 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -136,6 +136,7 @@ when reading it), follow the example:
ShowOriginStats
ShowKeyphrasesStats
ShowKeywordsStats
+ShowMiscStats
ShowHTTPErrorsStats
AddDataArrayMonthStats
AddDataArrayShowDaysOfMonthStats
@@ -1150,6 +1151,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
4.1+ for ShowSessionsStats, ShowKeywordsStats
5.1+ for all letters codes
5.5+ for ShowDaysOfMonthStats
+5.6+ for ShowMiscStats
# You choose here which reports you want to see in the main page and what you
# want to see in those reports.
# Possible values:
@@ -1231,6 +1233,9 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
# Show keywords chart
# Default: 1, Possible codes: None
ShowKeywordsStats=1
+
# Show misc chart
+
# Default: 1, Possible codes: None
+
ShowMiscStats=1
# Show http errors chart
# Default: 1, Possible codes: None
ShowHTTPErrorsStats=1