mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"name": "Roadiz CMS",
|
|
"website": "https://www.roadiz.io",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "Roadiz CMS"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^Roadiz ?(?:master|develop)? v?([0-9\\.]+)",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"Symfony"
|
|
]
|
|
} |