nss-packages-qosmio/wwan/app/luci-app-pcimodem/luasrc/controller/pcimodem.lua
2025-06-03 04:25:09 -04:00

10 lines
244 B
Lua

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