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
path: root/web/html
diff options
context:
space:
mode:
authorAli Rahimi <alirahimi818@gmail.com>2024-01-23 13:00:21 +0300
committerGitHub <noreply@github.com>2024-01-23 13:00:21 +0300
commit538fc9b3656afe260af74a71828e15aa069e1434 (patch)
tree8f251ffc4b062518f013f6ec8d02f404dc25d810 /web/html
parentb172d450e3a9dba8a56b2f6cd9e059559d232033 (diff)
add single client bug fixed (#1664)
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/inbounds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index e5d4b821..faff7a0f 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -964,7 +964,7 @@
settings: '{"clients": [' + clients.toString() + ']}',
};
- await this.submit(`/panel/inbound/addClient`, data, true)
+ await this.submit(`/panel/inbound/addClient`, data)
},
async addGroupClient(clients, dbInboundIds) {