op-packages/luci-app-ghttpd/luasrc/controller/ghttpd.lua
2026-04-22 04:42:14 +08:00

8 lines
261 B
Lua
Executable File

module("luci.controller.ghttpd", package.seeall)
function index()
entry({"admin", "services", "ghttpd"}, alias("admin", "services", "ghttpd", "config"), _("Ghttpd"), 31).dependent = true
entry({"admin", "services", "ghttpd", "config"}, cbi("ghttpd"))
end