From 6fd3c1f367d4f9eeddb938e83afeae8e1f08bcc3 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 14 Nov 2009 18:41:16 +0000 Subject: [PATCH] Publish nixio.fs in index-scope --- libs/web/luasrc/dispatcher.lua | 1 + 1 file changed, 1 insertion(+) 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 = {} -- 2.25.1