luci-app-ssr-plus-Jo: sync with upstream source

This commit is contained in:
CN_SZTL 2020-03-03 15:31:47 +08:00
parent cfa6d39d63
commit e9e934ec7c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -14,7 +14,7 @@ end
local uci = luci.model.uci.cursor()
local server_count = 0
uci:foreach("vssr", "servers", function(s)
uci:foreach("shadowsocksr", "servers", function(s)
server_count = server_count + 1
end)