mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-12 17:12:04 +08:00
4 lines
152 B
Lua
4 lines
152 B
Lua
module("luci.controller.qbittorrent",package.seeall)
|
|
function index()
|
|
entry({"admin","services","qbittorrent"},cbi("qbittorrent"),_("qbittorrent"))
|
|
end |