applications/luci-tinyproxy: Change enable option to enabled, #404
This commit is contained in:
parent
0e0c3d7785
commit
16c7706442
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ s:tab("filter", translate("Filtering and ACLs"))
|
|||
s:tab("limits", translate("Server limits"))
|
||||
|
||||
|
||||
o = s:taboption("general", Flag, "enable", translate("Enable Tinyproxy server"))
|
||||
o = s:taboption("general", Flag, "enabled", translate("Enable Tinyproxy server"))
|
||||
o.rmempty = false
|
||||
|
||||
function o.write(self, section, value)
|
||||
|
|
Loading…
Reference in a new issue