Sync 2026-04-22 04:42:14

This commit is contained in:
github-actions[bot]
2026-04-22 04:42:14 +08:00
parent 51e98c642e
commit cfcd70695f
17 changed files with 275 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
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