remove local ipkg = require("luci.model.ipkg") (#3160)

删除第七行local ipkg = require("luci.model.ipkg")
This commit is contained in:
zg9527 2020-02-18 12:15:01 +08:00 committed by GitHub
parent 7522b1e08e
commit 0b049d2494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
local m, sec, o
local shadowsocksr = "shadowsocksr"
local uci = luci.model.uci.cursor()
local ipkg = require("luci.model.ipkg")
m = Map(shadowsocksr, translate("ShadowSocksR Server"))