1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

code comment

This commit is contained in:
NoobishSVK
2024-04-22 21:47:22 +02:00
parent 1775da67cc
commit 981c0f25e2

View File

@@ -59,7 +59,7 @@
<th>IP Address</th> <th>IP Address</th>
<th>Location</th> <th>Location</th>
<th>Online since</th> <th>Online since</th>
<th></th> <!--<th></th>-->
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@@ -69,7 +69,7 @@
<td><%= user.ip %></td> <td><%= user.ip %></td>
<td><%= user.location %></td> <td><%= user.location %></td>
<td><%= user.time %></td> <td><%= user.time %></td>
<td><a href="./kick?user=<% user.ip %>">Kick</a></td> <!--<td><a href="./kick?user=<% user.ip %>">Kick</a></td>-->
</tr> </tr>
<% }); %> <% }); %>
<% } else { %> <% } else { %>