op-packages/luci-app-hypermodem/luasrc/controller/hypermodem.lua
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

10 lines
254 B
Lua

module("luci.controller.hypermodem", package.seeall)
function index()
if not nixio.fs.access("/etc/config/hypermodem") then
return
end
entry({"admin", "network", "hypermodem"}, cbi("hypermodem"), _("Hyper Modem Server"), 80).dependent = false
end