From 521870df0a12a1f2c2415f3d041fbc1c3b28d308 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Mon, 16 Sep 2024 16:49:00 +0200 Subject: minor changes --- web/html/xui/inbounds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index e93a0a1d..1aad5d91 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -733,7 +733,7 @@ this.inbounds.push(to_inbound); this.dbInbounds.push(dbInbound); if ([Protocols.VMESS, Protocols.VLESS, Protocols.TROJAN, Protocols.SHADOWSOCKS].includes(inbound.protocol)) { - if (inbound.protocol === Protocols.SHADOWSOCKS && (!to_inbound.isSSMultiUser)) { + if (dbInbound.isSS && (!to_inbound.isSSMultiUser)) { continue; } this.clientCount[inbound.id] = this.getClientCounts(inbound, to_inbound); -- cgit v1.2.3