From: eldy <> Date: Sun, 11 Nov 2001 03:10:05 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_1_0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2639c3485bb8f1e962ccc51cda3d27279a642ea2;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 49c34527..47fa97ba 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -82,7 +82,7 @@ $WarningMessages= 1; %MonthBytes = %MonthHits = %MonthHostsKnown = %MonthHostsUnknown = %MonthPages = %MonthUnique = %MonthVisits = %monthlib = %monthnum = (); -$VERSION="3.2 (build 53)"; +$VERSION="3.2 (build 54)"; $Lang="en"; # Default value @@ -1374,6 +1374,7 @@ sub ChangeWordSeparatorsIntoSpace { $_[0] =~ s/%27/ /g; $_[0] =~ s/%28/ /g; $_[0] =~ s/%29/ /g; + $_[0] =~ s/%2b/ /g; $_[0] =~ s/%2c/ /g; $_[0] =~ tr/\+\'\(\)\",/ /s; # "&" and "=" must not be in this list }