diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/inbounds.html | 4 |
1 files 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) } }) } |
