mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name": "CubeCart",
|
|
"website": "http://www.cubecart.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?:Powered by <a href=[^>]+cubecart\\.com|<p[^>]+>Powered by CubeCart)"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "cubecart"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |