mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Merge branch 'test' into develop
This commit is contained in:
commit
15f2bc60ac
2 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
|
@ -470,7 +470,7 @@ reload_service() {
|
|||
return 0
|
||||
}
|
||||
|
||||
service_triggers_load_interface() { is_supported_interface "$1" && ifaces="${ifaces}${1} "; }
|
||||
service_triggers_load_interface() { ifaces="${ifaces}${1} "; }
|
||||
|
||||
service_triggers() {
|
||||
local ifaces n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue