mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
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:
parent
181b4de02d
commit
a5d8e2ab20
@ -53,7 +53,6 @@ o:value("1", translate("1"))
|
|||||||
o:value("2", translate("2"))
|
o:value("2", translate("2"))
|
||||||
o:value("3", translate("3"))
|
o:value("3", translate("3"))
|
||||||
o.default = "3"
|
o.default = "3"
|
||||||
o.rmempty = false
|
|
||||||
o.optional = false
|
o.optional = false
|
||||||
|
|
||||||
o = s:taboption("general", Flag, "disable_log_color", translate("Disable log color"))
|
o = s:taboption("general", Flag, "disable_log_color", translate("Disable log color"))
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"luci-app-frps": {
|
|
||||||
"description": "Grant UCI access for luci-app-frps",
|
|
||||||
"read": {
|
|
||||||
"uci": ["frps"]
|
|
||||||
},
|
|
||||||
"write": {
|
|
||||||
"uci": ["frps"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user