diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 00:25:47 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 00:25:47 +0300 |
| commit | de26dbbc96de3c09fb3dda3086f125f591a1cbd6 (patch) | |
| tree | e61feca2eb5e76f1bb11132f3332379791fe0ae6 /web/html/xui/inbounds.html | |
| parent | e1da43053d23c995bcd6e7267cb20042398cd64f (diff) | |
fixed
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 728e62a0..2d6016f3 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -349,7 +349,7 @@ depleted.push(client.email); } else { if ((client.expiryTime > 0 && (client.expiryTime-now < this.expireDiff)) || - (client.total > 0 && (client.total-client.up+client.down < this.trafficDiff ))) expiring.push(client.email); + (client.total > 0 && (client.total-(client.up+client.down) < this.trafficDiff ))) expiring.push(client.email); } }); } else { |
