op-packages/luci-app-guest-wifi/root/usr/lib/lua/luci/controller/guest-wifi.lua
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

9 lines
250 B
Lua
Executable File

module("luci.controller.guest-wifi", package.seeall)
function index()
if not nixio.fs.access("/etc/config/wireless") then
return
end
entry({"admin", "network", "guest-wifi"}, view("guest-wifi/wifi"), _("Guest WiFi"), 60)
end