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