You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
368 B
Lua

1 year ago
local nixio = require "nixio"
module("luci.controller.modemconfig", package.seeall)
local utl = require "luci.util"
function index()
entry({"admin", "modem"}, firstchild(), translate("Modem"), 45).acl_depends={"unauthenticated"}
entry({"admin", "modem", "modemconfig"}, cbi("modem/modemconfig"), translate("Band config"), 9).acl_depends={"unauthenticated"}
end