git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ccf1355
)
FF-Wizard: Fixed a problem with custom settings
author
Steven Barth
<redacted>
Tue, 16 Sep 2008 10:08:04 +0000
(10:08 +0000)
committer
Steven Barth
<redacted>
Tue, 16 Sep 2008 10:08:04 +0000
(10:08 +0000)
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
patch
|
blob
|
history
diff --git
a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
index 7da7655d5d5a564c9d67faf10854581039cd2693..54eeb30c05d39fbdc6b5f509dcb6af1a94baaf1a 100644
(file)
--- a/
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
+++ b/
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
@@
-164,7
+164,7
@@
function main.write(self, section, value)
tools.firewall_zone_remove_interface("freifunk", device)
-- Tune community settings
- if community then
+ if community
and uci:get("freifunk", community)
then
uci:tset("freifunk", "community", uci:get_all("freifunk", community))
end
git clone https://git.99rst.org/PROJECT