luci-app-guest-wifi: remove outdated function

This commit is contained in:
CN_SZTL 2020-03-15 18:30:14 +08:00
parent c98b0e665b
commit cc38e6495c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -1,8 +1,6 @@
module("luci.controller.guest-wifi", package.seeall)
function index()
require("luci.i18n")
luci.i18n.loadc("guest-wifi")
if not nixio.fs.access("/etc/config/guest-wifi") then
return
end