Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
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")
local uci = luci.model.uci.cursor_state()
local ipt = luci.sys.iptparser.IptParser()
local net = sys.net
-local fs = require "luci.fs"
+local fs = require "nixio.fs"
local ip = require "luci.ip"
local debug = false