summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-qos/luasrc/controller/qos.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-qos/luasrc/controller/qos.lua')
-rw-r--r--applications/luci-qos/luasrc/controller/qos.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-qos/luasrc/controller/qos.lua b/applications/luci-qos/luasrc/controller/qos.lua
index 970dd3d60..af9b11499 100644
--- a/applications/luci-qos/luasrc/controller/qos.lua
+++ b/applications/luci-qos/luasrc/controller/qos.lua
@@ -14,7 +14,7 @@ $Id$
module("luci.controller.qos", package.seeall)
function index()
- if not luci.fs.access("/etc/config/qos") then
+ if not nixio.fs.access("/etc/config/qos") then
return
end
@@ -26,4 +26,4 @@ function index()
local page = entry({"mini", "network", "qos"}, cbi("qos/qosmini", {autoapply=true}), "QoS")
page.i18n = "qos"
page.dependent = true
-end \ No newline at end of file
+end