mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "osTicket",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "osTicket is a widely-used open source support ticket system - Requires: PHP and MySQL",
|
||||
"website": "http://www.osticket.com/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"nav\">[\\s]+<ul id=\"sub_nav\">[\\s]+<li>osTicket version ([^\\-^<]+) - Basic installation<\\/li>[\\s]+<\\/ul>[\\s]+<\\/div>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<title>osTicket Installer<\\/title>[\\s]+<link rel=\"stylesheet\" href=\"style\\.css\" media=\"screen\">)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<a id=\"powered_by\" href=\"http:\\/\\/osticket\\.com\"><img src=\"\\.\\/images\\/poweredby\\.jpg\" width=\"126\" height=\"23\" alt=\"Powered by osTicket\"><\\/a><\\/div>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user