Files
DHDAXCW-Rockchip-OpenWrt/package/wwan/app/luci-app-hypermodem/luasrc/controller/hypermodem.lua
DHDAXCW 028b3c4467 fix?
2023-12-06 12:35:41 +00: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