mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
6 lines
138 B
Lua
Executable File
6 lines
138 B
Lua
Executable File
module("luci.controller.ua3f", package.seeall)
|
|
|
|
function index()
|
|
entry({ "admin", "services", "ua3f" }, cbi("ua3f"), "UA3F", 1)
|
|
end
|