From e53c5ef8934c011bdd8c3b5d0b5c48b92f740f04 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 29 Jun 2018 03:06:29 +0000 Subject: [PATCH] Improve vbulletin detection via html (#2340) This can be tested [here](https://ubuntuforums.org/archive/index.php/t-1813618.html) --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index faed2100e..c0889de1c 100644 --- a/src/apps.json +++ b/src/apps.json @@ -12461,6 +12461,7 @@ ], "icon": "vBulletin.png", "implies": "PHP", + "html": "
Powered by vBulletin", "js": { "vBulletin": "" },