
* luci-app-haproxy-tcp: fixed wrong location in make menu * luci-app-qbittorrent: solved wrong luci-i18n-qbittorrent at make menu
7 lines
259 B
Lua
Executable File
7 lines
259 B
Lua
Executable File
module("luci.controller.haproxy", package.seeall)
|
|
function index()
|
|
if not nixio.fs.access("/etc/config/haproxy") then
|
|
return
|
|
end
|
|
entry({"admin", "services", "haproxy"}, cbi("haproxy"), _("HAProxy")).dependent = true
|
|
end |