Add Zend version detection (#2029)

* Add Zend version detection

* Fix version detection
main
kkadosh 7 years ago committed by Elbert Alias
parent 368272fe07
commit dcdec477fc

@ -10923,7 +10923,7 @@
], ],
"headers": { "headers": {
"Set-Cookie": "ZENDSERVERSESSID", "Set-Cookie": "ZENDSERVERSESSID",
"X-Powered-By": "Zend" "X-Powered-By": "Zend(?:Server)?(?:[\\s/]?([0-9.]+))?\\;version:\\1"
}, },
"icon": "Zend.png", "icon": "Zend.png",
"website": "http://zend.com" "website": "http://zend.com"

Loading…
Cancel
Save