From 6e1eb60cb1a391a81c9b46ff3292205cc4178c70 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 26 Jan 2025 11:07:45 +0100 Subject: [PATCH] minor change --- web/html/xui/inbounds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 5d4d918b..9dce8982 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -1455,7 +1455,7 @@ if (clients != null){ clients.forEach(c => { if (c.subId && c.subId.length>0){ - subLinks.push(this.subSettings.subURI + c.subId + "?name=" + c.subId) + subLinks.push(this.subSettings.subURI + c.subId) } }) } @@ -1482,7 +1482,7 @@ if (clients != null){ clients.forEach(c => { if (c.subId && c.subId.length>0){ - subLinks.push(this.subSettings.subURI + c.subId + "?name=" + c.subId) + subLinks.push(this.subSettings.subURI + c.subId) } }) }