This commit is contained in:
2026-03-23 13:51:53 +01:00
parent 2c3d2a4137
commit 8762d4042c
5 changed files with 395 additions and 28 deletions
+3 -1
View File
@@ -110,7 +110,9 @@
<%= user.ip.replace('::ffff:', '') %>
</a>
</td>
<td><%= user.location %></td>
<td>
<%= user.location %><% if (user.isp) { %> (<%= user.isp %>)<% } %>
</td>
<td><%= user.time %></td>
<td><a href="./kick?ip=<%= user.ip %>">Kick</a></td>
</tr>