From: eldy <> Date: Sun, 6 Jul 2003 06:52:45 +0000 (+0000) Subject: Fix for count of Add To Favourites. X-Git-Tag: AWSTATS_5_7_BETA~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2104c4067791de23920164c13dbb40328e0cc5a;p=thirdparty%2FAWStats.git Fix for count of Add To Favourites. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index c1c53872..152bef70 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -1463,7 +1463,7 @@ sub Check_Config { if ($ShowOriginStats !~ /[01PH]/) { $ShowOriginStats='PH'; } if ($ShowKeyphrasesStats !~ /[01]/) { $ShowKeyphrasesStats=1; } if ($ShowKeywordsStats !~ /[01]/) { $ShowKeywordsStats=1; } - if ($ShowMiscStats !~ /[01ajdfrqwp]/) { $ShowMiscStats='ajdfrqwp'; } + if ($ShowMiscStats !~ /[01ajdfrqwp]/) { $ShowMiscStats='a'; } if ($ShowHTTPErrorsStats !~ /[01]/) { $ShowHTTPErrorsStats=1; } if ($ShowSMTPErrorsStats !~ /[01]/) { $ShowSMTPErrorsStats=0; } if ($AddDataArrayMonthStats !~ /[01]/) { $AddDataArrayMonthStats=1; }