Merge pull request #621 from q--/Improve_Gambio_detection

Improve Gambio detection
main
Elbert Alias 11 years ago
commit e20245f0a4

@ -1057,7 +1057,9 @@
"Gambio": { "Gambio": {
"website": "gambio.de", "website": "gambio.de",
"cats": [ 6 ], "cats": [ 6 ],
"html": "(?:<link[^>]* href=\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->)", "html": "(?:<link[^>]* href=\"templates/gambio/|<a[^>]content\\.php\\?coID=\\d|<!-- gambio eof -->|<!--[\\s=]+Shopsoftware by Gambio GmbH \\(c\\))",
"script": "gm_javascript\\.js\\.php",
"env": "^gm_session_id$",
"implies": "PHP" "implies": "PHP"
}, },
"Gauges": { "Gauges": {