Minor update to properly differentiate Windows 2003 by 2008 via HTTP response headers

This commit is contained in:
Bernardo Damele 2010-10-27 10:09:47 +00:00
parent 1e5e4bbe34
commit 0efecde248
2 changed files with 6 additions and 2 deletions

View file

@ -11,6 +11,10 @@
<info sp="1"/>
</regexp>
<regexp value="Windows.*7\.5">
<info type="Windows" distrib="2008"/>
</regexp>
<regexp value="Windows.*7\.0">
<info type="Windows" distrib="Vista"/>
</regexp>