luci-app-nfs: fix controller

This commit is contained in:
CN_SZTL 2020-02-22 17:58:35 +08:00
parent 24a83563b6
commit 5177a977a9
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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