summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-11-10 16:02:48 +0000
committerSteven Barth <steven@midlink.org>2009-11-10 16:02:48 +0000
commit7aed1e4b9d3d608389a8b15ea800b8e75be967ef (patch)
tree9c87318822ab98bff3f91a7a8ab52618e89a6d6c /libs/web/luasrc
parent4c08e29387ea675b230d87d4f4226b18389265cf (diff)
NIU: More pages
Diffstat (limited to 'libs/web/luasrc')
-rw-r--r--libs/web/luasrc/dispatcher.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua
index e3d7ec974..8b7cdb828 100644
--- a/libs/web/luasrc/dispatcher.lua
+++ b/libs/web/luasrc/dispatcher.lua
@@ -34,6 +34,7 @@ local nixio = require "nixio", require "nixio.util"
module("luci.dispatcher", package.seeall)
context = util.threadlocal()
+uci = require "luci.model.uci"
authenticator = {}