diff options
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 { |
