From 0e726dcd624459d8d3ef8ad4963ddedf5a29a79a Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 23 Oct 2023 13:54:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Added=20ip=20lookup=20to=20admin=20?= =?UTF-8?q?panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/users.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/admin/users.php b/src/admin/users.php index 7851c56..9b7f6b1 100644 --- a/src/admin/users.php +++ b/src/admin/users.php @@ -182,9 +182,9 @@ uid); ?> - +

" . + "

" . $row->lastIP . "

" ); ?> @@ -300,4 +300,9 @@ function setClipboard(value) { $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip(); }); + + function lookup(ip) + { + window.location.replace("../user/lookup.php?ip=" + ip); + } \ No newline at end of file