From e03b80744e4ed245a290066365a4be9e898af272 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 14:18:54 +0000 Subject: [PATCH] Update file users.php --- html/users.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/users.php b/html/users.php index b6251728..902c8d12 100644 --- a/html/users.php +++ b/html/users.php @@ -125,6 +125,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo "
"; echo "
" . $row['display_name'] . "
"; echo "
@" . $row['username'] . "
"; + echo "
"; echo "
"; echo ""; echo "
"; echo ""; + echo ""; } } ?>