luci-app-frps: fix log option (#8868)

Co-authored-by: W_Y_CPP <34025388+WYC-2020@users.noreply.github.com>
This commit is contained in:
Beginner 2022-02-12 20:45:23 +08:00 committed by GitHub
parent 181b4de02d
commit a5d8e2ab20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -53,7 +53,6 @@ o:value("1", translate("1"))
o:value("2", translate("2"))
o:value("3", translate("3"))
o.default = "3"
o.rmempty = false
o.optional = false
o = s:taboption("general", Flag, "disable_log_color", translate("Disable log color"))

View File

@ -1,11 +0,0 @@
{
"luci-app-frps": {
"description": "Grant UCI access for luci-app-frps",
"read": {
"uci": ["frps"]
},
"write": {
"uci": ["frps"]
}
}
}