X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-siitwizard%2Fluasrc%2Fcontroller%2Fsiitwizard.lua;fp=applications%2Fluci-siitwizard%2Fluasrc%2Fcontroller%2Fsiitwizard.lua;h=dabbcaf43b3dc7a18b8d959b6f6e5a1d49253d4f;hb=59fbc851613d0b86aabff91cd457a1e53d17a3e8;hp=0000000000000000000000000000000000000000;hpb=f7dbdc6568471d02fd18d12419e4ffb4d7ef8ae6;p=project%2Fluci.git diff --git a/applications/luci-siitwizard/luasrc/controller/siitwizard.lua b/applications/luci-siitwizard/luasrc/controller/siitwizard.lua new file mode 100644 index 000000000..dabbcaf43 --- /dev/null +++ b/applications/luci-siitwizard/luasrc/controller/siitwizard.lua @@ -0,0 +1,21 @@ +--[[ +LuCI - Lua Configuration Interface + +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +]]-- + +module "luci.controller.siitwizard" + +function index() + entry({"admin", "freifunk", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 50) +end