mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-13 20:04:45 +08:00
7 lines
252 B
Lua
7 lines
252 B
Lua
module("luci.controller.autokick", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "wiwiz_menu"}, firstchild(), "Wiwiz", 60).dependent=true
|
|
entry({"admin", "wiwiz_menu", "autokick"}, cbi("autokick"), translate("AutoKick"), 52).dependent = true
|
|
end
|