From 6f08ac7dfb3dfb7113a9a4e0c276109c45104ae3 Mon Sep 17 00:00:00 2001 From: Hyder B Date: Fri, 26 Jan 2018 04:20:09 +0400 Subject: [PATCH] Detect Vbulletin version (#2006) * detect vbulletin version * added space * Match space should be optional --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 5ea30e231..e2bb719a2 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11911,7 +11911,7 @@ "icon": "vBulletin.png", "implies": "PHP", "meta": { - "generator": "vBulletin" + "generator": "vBulletin ?([\\d.]+)?\\;version:\\1" }, "website": "http://www.vbulletin.com" },