mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"name": "phpMyAdmin",
|
|
"website": "https://www.phpmyadmin.net",
|
|
"matches": [
|
|
{
|
|
"regexp": "!\\[CDATA\\[[^<]*PMA_VERSION:\\\"([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?: \\| phpMyAdmin ([\\d.]+)<\\/title>|PMA_sendHeaderLocation\\(|<link [^>]*href=\"[^\"]*phpmyadmin\\.css\\.php)",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"MySQL"
|
|
]
|
|
} |