mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
8 lines
148 B
Lua
8 lines
148 B
Lua
|
module("luci.controller.mptcp", package.seeall)
|
||
|
|
||
|
function index()
|
||
|
entry(
|
||
|
{"admin", "network", "mptcp"},
|
||
|
cbi("mptcp"), _("MPTCP"), 55)
|
||
|
end
|