luci-app-splash: switch to nixio.fs
[project/luci.git] / applications / luci-app-splash / luasrc / view / splash / splash.htm
index 2ebee27..b3eddc6 100644 (file)
@@ -11,7 +11,7 @@ You may obtain a copy of the License at
        http://www.apache.org/licenses/LICENSE-2.0
 -%>
 <%
-local fs = require "luci.fs"
+local fs = require "nixio.fs"
 local has_custom_splash = fs.access("/usr/lib/luci-splash/splashtext.html")
 local has_custom_splashinclude = fs.access("/usr/lib/luci-splash/splashtextinclude.html")