2022-11-02 23:24:59 +08:00
|
|
|
module("luci.controller.eqos", package.seeall)
|
|
|
|
|
|
|
|
function index()
|
|
|
|
if not nixio.fs.access("/etc/config/eqos") then
|
|
|
|
return
|
|
|
|
end
|
|
|
|
|
|
|
|
local page
|
2024-03-17 19:17:01 +08:00
|
|
|
entry({"admin", "network", "eqos"}, cbi("eqos"), _("EQoS"), 121).dependent = true
|
2022-11-02 23:24:59 +08:00
|
|
|
end
|