diff options
author | Steven Barth <steven@midlink.org> | 2009-11-14 18:41:16 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-11-14 18:41:16 +0000 |
commit | 6fd3c1f367d4f9eeddb938e83afeae8e1f08bcc3 (patch) | |
tree | fad470894da55f31f4ea24156dea6b0a60337e84 /libs/web/luasrc/dispatcher.lua | |
parent | 7baa5604664d973c31fb08105a78908ec9a07ed9 (diff) |
Publish nixio.fs in index-scope
Diffstat (limited to 'libs/web/luasrc/dispatcher.lua')
-rw-r--r-- | libs/web/luasrc/dispatcher.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 = {} |