From: eldy <> Date: Tue, 2 Mar 2004 21:19:35 +0000 (+0000) Subject: Added parameter IncludeInternalLinksInOriginSection X-Git-Tag: AWSTATS_6_1_BETA~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58fa4e51b6c76ff8413aff9c8f9c7641596f348c;p=thirdparty%2FAWStats.git Added parameter IncludeInternalLinksInOriginSection --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 40411a9a..c89eea70 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -156,6 +156,7 @@ when reading it), follow the example:
  • AddDataArrayShowDaysOfMonthStats
  • AddDataArrayShowDaysOfWeekStats
  • AddDataArrayShowHoursStats +
  • IncludeInternalLinksInOriginSection
  • MaxNbOfDomain
  • MinHitDomain
  • MaxNbOfHostsShown @@ -310,8 +311,8 @@ when reading it), follow the example:

    # the required log format).
    # Possible values: 1,2,3,4,5 or "your_own_personalized_log_format"
    # 1 - Apache or Lotus Notes/Domino native combined log format (NCSA combined/XLF/ELF log format) -
    # 2 - IIS log format (W3C log format) -
    # 3 - Webstar native log format +
    # 2 - Old IIS log format (IIS W3C log format). See FAQ for IIS 6.x. +
    # 3 - Webstar native log format.
    # 4 - Apache or Squid native common log format (NCSA common/CLF log format)
    # With LogFormat=4, some features (browsers, os, keywords...) can't work.
    # "your_own_personalized_log_format" = If your log is ftp, mail or other format, @@ -1420,6 +1421,17 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors


    +IncludeInternalLinksInOriginSection
    +Version : 6.1+
    +
    # In the Origin chart, you have stats on where your hits came from. You can +
    # includes hits on pages that comes from pages of same sites in this chart. +
    # Possible values: 0 or 1 +
    # Default: 0 +
    # +
    IncludeInternalLinksInOriginSection=0 + +


    + Max...
    Version : 1.0+

    # This value can be used to choose maximum number of lines shown for each diff --git a/tools/webmin/awstats/edit_config.cgi b/tools/webmin/awstats/edit_config.cgi index c1600d3a..c3280743 100644 --- a/tools/webmin/awstats/edit_config.cgi +++ b/tools/webmin/awstats/edit_config.cgi @@ -329,6 +329,8 @@ if ($in{'advanced'} == 3) { print &hblink($text{'help_help'}, "help.cgi?param=AddDataArrayShowDaysOfWeekStats")." \n"; print " AddDataArrayShowHoursStats "; print &hblink($text{'help_help'}, "help.cgi?param=AddDataArrayShowHoursStats")." \n"; + print " IncludeInternalLinksInOriginSection "; + print &hblink($text{'help_help'}, "help.cgi?param=IncludeInternalLinksInOriginSection")." \n"; print " MaxNbOfDomain "; print &hblink($text{'help_help'}, "help.cgi?param=MaxNbOfDomain ")." \n"; print " MinHitDomain ";