From abb68e6d992718501f5127d503922ecf128cc09f Mon Sep 17 00:00:00 2001 From: Mihail Lukin Date: Mon, 23 Sep 2013 20:24:39 +0400 Subject: [PATCH] Added detection of Windows 64-bit Server --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index cca45f633..d1ba4b75c 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2788,7 +2788,7 @@ "Windows Server": { "website": "microsoft.com/windowsserver", "cats": [ 28 ], - "headers": { "Server": "Win32" } + "headers": { "Server": "Win32|Win64" } }, "Wink": { "website": "winktoolkit.org",