mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
6 lines
133 B
Lua
6 lines
133 B
Lua
module("luci.controller.rtty", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "system", "rtty"}, cbi("rtty"), _("Rtty"), 90)
|
|
end
|