summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-15 15:11:57 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-01-15 15:11:57 +0100
commit9780ee382e72f8a5fb69e337a3fcc51fc0914883 (patch)
treeddf4bf749d9a04743dd2027095594166b8aba555 /modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm
parent921df0f3fc47720f280c5b758154d69acabb87d1 (diff)
luci-mod-freifunk: switch to nixio.fs
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm')
-rw-r--r--modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm b/modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm
index 0fcec4597..110a2f09f 100644
--- a/modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm
+++ b/modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm
@@ -16,7 +16,7 @@ $Id$
<%
local uci = require "luci.model.uci".cursor()
local tpl = require "luci.template"
-local fs = require "luci.fs"
+local fs = require "nixio.fs"
local ff = {}
local ff = uci:get_all("freifunk")