diff options
author | Steven Barth <steven@midlink.org> | 2008-07-15 14:33:29 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-15 14:33:29 +0000 |
commit | 7cb0813e8559b7b062b29e39c245baa3d1718076 (patch) | |
tree | 7d76062c5e0975ccb991cf61198d8f95d97a386c /modules/freifunk | |
parent | 157606fbc3d73c70bd52abebc3867fe52b410db2 (diff) |
modules/admin-mini: some work on lan and wan configuration
Diffstat (limited to 'modules/freifunk')
-rw-r--r-- | modules/freifunk/luasrc/controller/freifunk/freifunk.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua index 351a09448..e4ab2bba4 100644 --- a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua +++ b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua @@ -17,6 +17,7 @@ function index() local i18n = luci.i18n.translate local page = node() + page.lock = true page.target = alias("freifunk") local page = node("freifunk") |