11 lines
235 B
Lua
11 lines
235 B
Lua
|
|
module("luci.controller.adbyby", package.seeall)
|
|
|
|
function index()
|
|
if not nixio.fs.access("/etc/config/adbyby") then
|
|
return
|
|
end
|
|
|
|
entry({"admin", "services", "adbyby"}, cbi("adbyby"), _("ADBYBY Plus +"), 10).dependent = true
|
|
end
|