mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
6 lines
173 B
Lua
6 lines
173 B
Lua
module("luci.controller.NetTask", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "system", "NetTask"}, cbi("nettask"), _("网页自动认证"), 10).leaf = true
|
|
end
|