Improve phpwind detection (#2529)

This can be tested [here](view-source:http://s.erji.hk/)
and [here](view-source:http://bbs.mydigit.cn/).
main
jvoisin 6 years ago committed by Elbert Alias
parent da02555174
commit bda15e50fd

@ -12386,11 +12386,11 @@
1,
2
],
"html": "Powered by <a href=\"[^\"]+phpwind\\.net",
"html": "(?:Powered|Code) by <a href=\"[^\"]+phpwind\\.net",
"icon": "phpwind.png",
"implies": "PHP",
"meta": {
"generator": "^phpwind"
"generator": "^phpwind(?: v([0-9-]+))?\\;version:\\1"
},
"website": "https://www.phpwind.net"
},