From: eldy <> Date: Mon, 20 Aug 2001 22:30:35 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_1_0~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b948ce5bfa977ff13ea601236645224264bdae19;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 52d25bca..12c909fa 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -72,7 +72,7 @@ $total_h, $total_k, $total_p) = (); %MonthBytes = %MonthHits = %MonthHostsKnown = %MonthHostsUnknown = %MonthPages = %MonthUnique = %MonthVisits = %listofyears = %monthlib = %monthnum = (); -$VERSION="3.1 (build 21)"; +$VERSION="3.1 (build 22)"; $Lang="en"; # Default value @@ -84,8 +84,9 @@ $MaxLengthOfURL= 70; # Maximum length of URL shown on stats page. This affects $MaxNbOfDays = 31; $NbOfLinesForBenchmark=5000; $NbOfLinesForCorruptedLog=10; -#$NbOfLinesForCorruptedLog=10000; # ETF1 +#$NbOfLinesForCorruptedLog=10000; # eTF1 $ShowBackLink = 1; +#$ShowBackLink = 0; # eFT1 $Sort = ""; $CENTER = ""; $WIDTH = "600"; @@ -892,7 +893,7 @@ sub SkipDNSLookup { sub Read_Config_File { $FileConfig=""; if (! $SiteConfig) { $SiteConfig=$ENV{"SERVER_NAME"}; } # For backward compatibility - foreach my $dir ("$DIR","/etc/awstats","/etc") { + foreach my $dir ("$DIR","/etc/opt/awstats","/etc/awstats","/etc") { my $searchdir=$dir; if (($searchdir ne "") && (!($searchdir =~ /\/$/)) && (!($searchdir =~ /\\$/)) ) { $searchdir .= "/"; } if ($FileConfig eq "") { if (open(CONFIG,"$searchdir$PROG.$SiteConfig.conf")) { $FileConfig="$searchdir$PROG.$SiteConfig.conf"; $FileSuffix=".$SiteConfig"; } } @@ -1667,6 +1668,14 @@ sub Format_Date { return "$dateformat"; } +#------------------------------------------------------------------------------ +# Function: This function do nothing. Can be filled by code to change URL list feature +# Input: $URLFilter $QueryString %_sider_p +# Output: Modified %_sider_p +#------------------------------------------------------------------------------ +sub AddOn_Filter { +} + #------------------------------------------------------- # MAIN @@ -2668,6 +2677,7 @@ EOF exit(0); } if ($QueryString =~ /output=urldetail/i) { + AddOn_Filter(); # This function do nothing in standard version. print "$CENTER 
"; &tab_head($Message[19]); if ($URLFilter) { print "$Message[79]: $URLFilter - ".(scalar keys %_sider_p)." $Message[28] $Message[29]  \n"; }