to count wrong "Add" done by browsers that hit the file even when no add is
done. Value reported is the count for IE / ratio of IE among all other
browsers.
+- Count for Browsers with WMA audio playing support now works.
+- Fix problem with default ShowFlagLinks defined to 1 instead of '' when not
+ included in config file.
+- Road runner browsers detection problems.
+- syslog tag can accept hostname with not only a-z chars.
+- " " changed to " " in miscellanous chart.
New features/improvments:
- None
if ($param =~ /FLA=(\w+)/) { $foundparam++; if ($1 eq "Y") { $_misc_h{"FlashSupport"}++; } next; }
if ($param =~ /RP=(\w+)/) { $foundparam++; if ($1 eq "Y") { $_misc_h{"RealPlayerSupport"}++; } next; }
if ($param =~ /MOV=(\w+)/) { $foundparam++; if ($1 eq "Y") { $_misc_h{"QuickTimeSupport"}++; } next; }
- if ($param =~ /WMA=(\w+)/) { $foundparam++; if ($1 eq "Y") { $_misc_h{"MediaPlayerSupport"}++; } next; }
+ if ($param =~ /WMA=(\w+)/) { $foundparam++; if ($1 eq "Y") { $_misc_h{"WindowsMediaPlayerSupport"}++; } next; }
if ($param =~ /PDF=(\w+)/) { $foundparam++; if ($1 eq "Y") { $_misc_h{"PDFSupport"}++; } next; }
}
if ($foundparam) { $_misc_h{"TotalMisc"}++; }