mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
798 B
JSON
22 lines
798 B
JSON
{
|
|
"name": "Dolphin",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Dolphin is built using PHP and MySQL running on Apache. It is tested and proven stable running on Linux. Dolphin will also run on Windows if needed.",
|
|
"website": "http://www.busmgtsys.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<title>Dolphin Log In</title>"
|
|
},
|
|
{
|
|
"text": "<td><input name=\"PHP_AUTH_PW\" type=\"password\"></td>"
|
|
},
|
|
{
|
|
"text": "<td NOWRAP><input name=\"PHP_AUTH_USER\" type=\"text\"></td>"
|
|
},
|
|
{
|
|
"text": "<body onload=\"focus_username();\" bottommargin=\"0\" rightmargin=\"0\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">"
|
|
}
|
|
]
|
|
}
|