luci-app-guest-wifi: remove reference to luci.i18n.loadc()

This commit is contained in:
CN_SZTL 2019-11-09 23:56:44 +08:00
parent cb344a312c
commit 10fc212419
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