mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
585 B
JSON
17 lines
585 B
JSON
{
|
|
"name": "phpMyBackupPro",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "phpMyBackup Pro is a very easy to use, free, web-based MySQL backup application, licensed under the GNU GPL.",
|
|
"website": "http://www.phpmybackuppro.net/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:[bB]asic realm=\"phpMyBackupPro\")"
|
|
},
|
|
{
|
|
"text": "Please login (use your MySQL username and password): <a href=\"index.php?login=TRUE\">Login</a>"
|
|
}
|
|
]
|
|
}
|