From 1ae2da80540680b4c2335d7391f7fb511f485517 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Tue, 1 Apr 2025 08:46:22 +0100 Subject: [PATCH] User activity Hide the See More button if the user can't actually access the logs due to not being an admin --- user_activity.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/user_activity.php b/user_activity.php index cf962980..287706a7 100644 --- a/user_activity.php +++ b/user_activity.php @@ -41,9 +41,11 @@ $sql_recent_logs = mysqli_query($mysqli, "SELECT * FROM logs - + + +
@@ -86,9 +88,11 @@ $sql_recent_logs = mysqli_query($mysqli, "SELECT * FROM logs ?> - + + +