summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-freifunk/luasrc/view/freifunk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-freifunk/luasrc/view/freifunk')
-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 0fcec45971..110a2f09f1 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")