convert luci.fs users to nixio.fs api
[project/luci.git] / applications / luci-qos / luasrc / controller / qos.lua
index 970dd3d..af9b114 100644 (file)
@@ -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