mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix MLVPN interface display
This commit is contained in:
parent
08cfaaf043
commit
5ac77a910d
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ module("luci.controller.mlvpn", package.seeall)
|
|||
function index()
|
||||
--entry({"admin", "openmptcprouter", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
--entry({"admin", "services", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
entry({"admin", "dsvpn", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
entry({"admin", "vpn", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue