summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-p910nd/luasrc/controller/p910nd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-p910nd/luasrc/controller/p910nd.lua')
-rw-r--r--applications/luci-p910nd/luasrc/controller/p910nd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-p910nd/luasrc/controller/p910nd.lua b/applications/luci-p910nd/luasrc/controller/p910nd.lua
index 8cc0e7197..75b2693d4 100644
--- a/applications/luci-p910nd/luasrc/controller/p910nd.lua
+++ b/applications/luci-p910nd/luasrc/controller/p910nd.lua
@@ -18,7 +18,7 @@ module("luci.controller.p910nd", package.seeall)
function index()
require("luci.i18n")
luci.i18n.loadc("p910nd")
- if not luci.fs.isfile("/etc/config/p910nd") then
+ if not luci.fs.access("/etc/config/p910nd") then
return
end