Publish nixio.fs in index-scope
authorSteven Barth <steven@midlink.org>
Sat, 14 Nov 2009 18:41:16 +0000 (18:41 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 14 Nov 2009 18:41:16 +0000 (18:41 +0000)
libs/web/luasrc/dispatcher.lua

index 8b7cdb8286b5391f668641339285baccc936cd6e..1374270b9ede423a6c04b7845ff60c60f687ee5c 100644 (file)
@@ -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 = {}