applications/siitwizard: move menu entry to the end of network menu

This commit is contained in:
Jo-Philipp Wich 2008-12-23 05:18:08 +00:00
parent 6e9a8f2dca
commit 1952a2cae3

View file

@ -17,5 +17,5 @@ $Id$
module "luci.controller.siitwizard"
function index()
entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 50)
entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 99)
end