module("luci.controller.simplex", package.seeall) function index() entry({"admin", "apps"}, firstchild(), _("Apps") , 45).dependent = false if not nixio.fs.access("/etc/config/simplex") then return end local page = entry({"admin", "apps", "simplex"}, cbi("simplex"), _("simplex")) page.order = 10 page.dependent = true page.acl_depends = { "luci-app-simplex" } entry({"admin","apps","simplex","status"},call("act_status")).leaf=true end