diff options
author | Steven Barth <steven@midlink.org> | 2008-09-15 16:52:58 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-15 16:52:58 +0000 |
commit | dbd1d3c273a5c4cf47244ae8db7c25f1852aeb5e (patch) | |
tree | 438913cba2d302f2ab9691ee036ad03964c7201a /applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua | |
parent | dc33ed7b570144f5269151e5df218a7a3a37b52a (diff) |
Reorganised Freifunk pages
Unified Community configuration
Diffstat (limited to 'applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua')
-rw-r--r-- | applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua index 9e7c0decaf..9a9f883ef7 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua @@ -17,5 +17,5 @@ $Id$ module "luci.controller.ffwizard" function index() - entry({"admin", "index", "ffwizard"}, form("ffwizard"), "Freifunkassistent", 50) + entry({"admin", "freifunk", "ffwizard"}, form("ffwizard"), "Freifunkassistent", 50) end
\ No newline at end of file |