Merge pull request #1659 from professor93/master

Improvement for detecting Yiiframework and Added PHP Debug Bar
main
Elbert Alias 7 years ago committed by GitHub
commit f2468e1e20

@ -1954,6 +1954,20 @@
"icon": "Debian.png",
"website": "http://debian.org"
},
"PHPDebugBar": {
"cats": [
"47"
],
"env": [
"^phpdebugbar",
"^PhpDebugBar"
],
"script": [
"debugbar.*\\.js"
],
"icon": "phpdebugbar.png",
"website": "http://phpdebugbar.com/"
},
"Decorum": {
"cats": [
"22"
@ -9603,11 +9617,13 @@
"cats": [
"18"
],
"env": "^yii$",
"html": [
"Powered by <a href=\"http://www.yiiframework.com/\" rel=\"external\">Yii Framework</a>",
"<input type=\"hidden\" value=\"[a-zA-Z0-9]{40}\" name=\"YII_CSRF_TOKEN\" \\/>",
"<!\\[CDATA\\[YII-BLOCK-(?:HEAD|BODY-BEGIN|BODY-END)\\]"
],
"script": "yii.*\\.js",
"icon": "Yii.png",
"implies": [
"PHP"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Loading…
Cancel
Save