From 1917b3413c210dbf6193763e8562affb8eaff68d Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 11 Dec 2022 14:41:47 +0000 Subject: [PATCH] Hide the client actions (edit/delete) button for non-admins - they aren't able to use the actions anyway as post.php enforces an admin rolecheck --- clients.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients.php b/clients.php index b62b2f50..c9abb0d6 100644 --- a/clients.php +++ b/clients.php @@ -320,7 +320,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); - + - +