1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2020-11-22 18:18:57 +01:00 committed by suyuan
parent 0283885db4
commit 8186a375b9

View file

@ -9,7 +9,7 @@ module("luci.controller.openmptcprouter", package.seeall)
function index()
local ucic = luci.model.uci.cursor()
menuentry = ucic:get("openmptcprouter","settings","menu") pr "OpenMPTCProuter"
menuentry = ucic:get("openmptcprouter","settings","menu") or "OpenMPTCProuter"
entry({"admin", "system", menuentry:lower()}, alias("admin", "system", menuentry:lower(), "wizard"), _(menuentry), 1)
entry({"admin", "system", menuentry:lower(), "wizard"}, template("openmptcprouter/wizard"), _("Settings Wizard"), 1)
entry({"admin", "system", menuentry:lower(), "wizard_add"}, post("wizard_add"))