summaryrefslogtreecommitdiffhomepage
path: root/libs/web
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-11-29 13:46:04 +0000
committerSteven Barth <steven@midlink.org>2009-11-29 13:46:04 +0000
commite822874a710a00ee8b6de988ece12ba76e193236 (patch)
tree3d58aa56031e0cebbbe2749485cda9e7241f7f76 /libs/web
parent2aa4534db4c01851fa38293766f326cf4089c032 (diff)
NIU:
Add WDS bridge client mode Extending / repeating WDS network in AP wizard Better 802.11s support
Diffstat (limited to 'libs/web')
-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 1374270b9..5f48043c5 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"
+i18n = require "luci.i18n"
_M.fs = fs
authenticator = {}