kenzok8-package/luci-app-ubuntu2/luasrc/controller/ubuntu2.lua
2024-12-16 00:24:10 +08:00

8 lines
267 B
Lua
Executable File

module("luci.controller.ubuntu2", package.seeall)
function index()
entry({"admin", "services", "ubuntu2"}, alias("admin", "services", "ubuntu2", "config"), _("Ubuntu2"), 30).dependent = true
entry({"admin", "services", "ubuntu2", "config"}, cbi("ubuntu2"))
end