From: Steven Barth Date: Sat, 14 Nov 2009 18:41:16 +0000 (+0000) Subject: Publish nixio.fs in index-scope X-Git-Tag: 0.10.0~956 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fd3c1f367d4f9eeddb938e83afeae8e1f08bcc3;p=oweals%2Fluci.git Publish nixio.fs in index-scope --- diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 8b7cdb828..1374270b9 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -35,6 +35,7 @@ local nixio = require "nixio", require "nixio.util" module("luci.dispatcher", package.seeall) context = util.threadlocal() uci = require "luci.model.uci" +_M.fs = fs authenticator = {}