]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix for count of Add To Favourites.
authoreldy <>
Sun, 6 Jul 2003 06:52:45 +0000 (06:52 +0000)
committereldy <>
Sun, 6 Jul 2003 06:52:45 +0000 (06:52 +0000)
wwwroot/cgi-bin/awstats.pl

index c1c5387282b8f79de771f17071e480ba250a295c..152bef70a6e044bc8a699684a1e56e893763094c 100644 (file)
@@ -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; }