mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
Last Minute samba hotfix
This commit is contained in:
@@ -35,10 +35,12 @@ s:option(Value, "path").titleref = luci.dispatcher.build_url("admin", "system",
|
||||
s:option(Value, "users").rmempty = true
|
||||
|
||||
ro = s:option(Flag, "read_only")
|
||||
ro.rmempty = false
|
||||
ro.enabled = "yes"
|
||||
ro.disabled = "no"
|
||||
|
||||
go = s:option(Flag, "guest_ok")
|
||||
go.rmempty = false
|
||||
go.enabled = "yes"
|
||||
go.disabled = "no"
|
||||
|
||||
@@ -51,4 +53,4 @@ dm.rmempty = true
|
||||
dm.size = 4
|
||||
|
||||
|
||||
return m
|
||||
return m
|
||||
|
||||
Reference in New Issue
Block a user