anton 11 years ago
parent 66b908c660
commit 71b50628b4

@ -628,7 +628,7 @@
"website": "www.cs-cart.com", "website": "www.cs-cart.com",
"cats": [ 6 ], "cats": [ 6 ],
"env": "^fn_compare_strings$", "env": "^fn_compare_strings$",
"html": "&nbsp;Powered by (?:<a href=[^>]+cs-cart\\.com|CS-Cart)", "html": ["&nbsp;Powered by (?:<a href=[^>]+cs-cart\\.com|CS-Cart)", "(?:\\$|jQuery)\\.runCart\\('\\w'\\)"],
"implies": "PHP" "implies": "PHP"
}, },
"CubeCart": { "CubeCart": {
@ -1836,7 +1836,7 @@
"MODx": { "MODx": {
"website": "modxcms.com", "website": "modxcms.com",
"cats": [ 1 ], "cats": [ 1 ],
"html": "(?:<a[^>]+>Powered by MODx</a>|<(?:link|script)[^>]+assets/snippets/)", "html": ["<a[^>]+>Powered by MODx</a>", "<(?:link|script)[^>]+assets/(?:templates|components|snippets)/\\;confidence:80"],
"env": "^MODX_MEDIA_PATH$", "env": "^MODX_MEDIA_PATH$",
"headers": { "X-Powered-By": "^MODx", "Set-Cookie": "SN4[a-f\\d]{12}" }, "headers": { "X-Powered-By": "^MODx", "Set-Cookie": "SN4[a-f\\d]{12}" },
"implies": "PHP" "implies": "PHP"