mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
489 B
JSON
16 lines
489 B
JSON
{
|
|
"name": "FreakAuth",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "FreakAuth is a simple authentication library for the Code Igniter PHP framework",
|
|
"website": "http://freakauth.4webby.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<title>FreakAuth » [^<]+<\\/title>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Welcome on board ! \\/ <a href=\"http[^\"]+\">Login<\\/a>\t\t<\\/div>)"
|
|
}
|
|
]
|
|
}
|