This commit is contained in:
Adam Warner
2023-05-28 20:40:40 +01:00
committed by GitHub
+3 -3
View File
@@ -532,12 +532,12 @@ function updateTopClientsChart() {
client = utils.escapeHtml(client);
if (client.indexOf("|") === -1) {
clientname = client;
clientip = client;
} else {
idx = client.indexOf("|");
clientname = client.substr(0, idx);
clientip = client.substr(idx + 1, client.length - idx);
} else {
clientname = client;
clientip = client;
}
url =