Detect Vbulletin version (#2006)

* detect vbulletin version

* added space

* Match space should be optional
main
Hyder B 7 years ago committed by Elbert Alias
parent 5075e10afc
commit 6f08ac7dfb

@ -11911,7 +11911,7 @@
"icon": "vBulletin.png",
"implies": "PHP",
"meta": {
"generator": "vBulletin"
"generator": "vBulletin ?([\\d.]+)?\\;version:\\1"
},
"website": "http://www.vbulletin.com"
},

Loading…
Cancel
Save