Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-01-26 13:07:45 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-01-26 13:07:45 +0300
commitb34956647bba85444951ccd7416d872e1c2c9dd2 (patch)
treefabb3a4dc15dde19f6b2b8f1b45fedafaf5d7dc2
parent5c4e2dfd39a9c32dbc6ea259571c4e3b08dfb225 (diff)
minor change
-rw-r--r--web/html/xui/inbounds.html4
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)
}
})
}