X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Ftemplate.lua;h=80a3206af59b0c1dc15b0e0df1bbf10844b7dc64;hb=090ce4f17e13e81a459e1ef0e9d6db974d97579c;hp=2fec888c307d42a54acee64f5c95786b21733c02;hpb=cf1e1534bc5284ea753a61233c5e6ee8a11ac13d;p=oweals%2Fluci.git diff --git a/libs/web/luasrc/template.lua b/libs/web/luasrc/template.lua index 2fec888c3..80a3206af 100644 --- a/libs/web/luasrc/template.lua +++ b/libs/web/luasrc/template.lua @@ -24,13 +24,8 @@ limitations under the License. ]]-- -local fs = require "nixio.fs" -local sys = require "luci.sys" local util = require "luci.util" -local table = require "table" -local string = require "string" local config = require "luci.config" -local nixio = require "nixio", require "nixio.util" local tparser = require "luci.template.parser" local tostring, pairs, loadstring = tostring, pairs, loadstring