projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7baa560
)
Publish nixio.fs in index-scope
author
Steven Barth
<steven@midlink.org>
Sat, 14 Nov 2009 18:41:16 +0000
(18:41 +0000)
committer
Steven Barth
<steven@midlink.org>
Sat, 14 Nov 2009 18:41:16 +0000
(18:41 +0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index 8b7cdb8286b5391f668641339285baccc936cd6e..1374270b9ede423a6c04b7845ff60c60f687ee5c 100644
(file)
--- 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 = {}