small-package/luci-app-eqos/luasrc/controller/eqos.lua

11 lines
229 B
Lua
Executable File

module("luci.controller.eqos", package.seeall)
function index()
if not nixio.fs.access("/etc/config/eqos") then
return
end
local page
entry({"admin", "network", "eqos"}, cbi("eqos"), _("EQoS"), 121).dependent = true
end