Improve a bit typo3 detection (#2533)

This can be checked [here](http://www.gertrudhof.ch/index.php?id=1)
main
jvoisin 7 years ago committed by Elbert Alias
parent 1b47bf311f
commit aca25bfb07

@ -9704,14 +9704,18 @@
"cats": [ "cats": [
1 1
], ],
"html": "<(?:script[^>]+ src|link[^>]+ href)=[^>]+typo3temp/", "html": [
"<link[^>]+ href=\"typo3(?:conf|temp)/",
"<img[^>]+ src=\"typo3(?:conf|temp)/"
],
"icon": "TYPO3.svg", "icon": "TYPO3.svg",
"implies": "PHP", "implies": "PHP",
"script": "^typo3(?:conf|temp)/",
"meta": { "meta": {
"generator": "TYPO3\\s+(?:CMS\\s+)?([\\d.]+)?(?:\\s+CMS)?\\;version:\\1" "generator": "TYPO3\\s+(?:CMS\\s+)?([\\d.]+)?(?:\\s+CMS)?\\;version:\\1"
}, },
"url": "/typo3/", "url": "/typo3/",
"website": "http://www.typo3.org" "website": "https://typo3.org/"
}, },
"Taiga": { "Taiga": {
"cats": [ "cats": [