mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
6 lines
209 B
Lua
6 lines
209 B
Lua
module("luci.controller.mlvpn", package.seeall)
|
|
|
|
function index()
|
|
--entry({"admin", "openmptcprouter", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
|
entry({"admin", "services", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
|
end
|