mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 12:02:00 +08:00
10 lines
264 B
Lua
10 lines
264 B
Lua
module("luci.controller.gobinetmodem", package.seeall)
|
|
|
|
function index()
|
|
if not nixio.fs.access("/etc/config/gobinetmodem") then
|
|
return
|
|
end
|
|
|
|
entry({"admin", "network", "gobinetmodem"}, cbi("gobinetmodem"), _("Gobinet Modem Server"), 80).dependent = false
|
|
end
|