* Core translation
[project/luci.git] / libs / web / luasrc / dispatcher.lua
index ff4170c..6435543 100644 (file)
@@ -158,10 +158,9 @@ function dispatch()
        local tpl = require("luci.template")
        tpl.viewns.translate   = function(...) return require("luci.i18n").translate(...) end
        tpl.viewns.controller  = luci.http.dispatcher()
-       tpl.viewns.uploadctrl  = luci.http.dispatcher_upload()
+       tpl.viewns.uploadctrl  = luci.http.dispatcher_upload() -- DEPRECATED
        tpl.viewns.media       = luci.config.main.mediaurlbase
        tpl.viewns.resource    = luci.config.main.resourcebase
-       tpl.viewns.uci         = require("luci.model.uci").config
        tpl.viewns.REQUEST_URI = luci.http.env.SCRIPT_NAME .. (luci.http.env.PATH_INFO or "")