From b575127054aa28d655508a8810e03227f2932a1d Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 14:32:23 +0000 Subject: [PATCH] Update file users.php --- html/users.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/html/users.php b/html/users.php index 382e4d9d..e058fb4c 100644 --- a/html/users.php +++ b/html/users.php @@ -126,7 +126,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati $user_pp = $row['profile_picture'] == NULL ? "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png" : $row['profile_picture']; echo "
"; echo ""; - echo "
"; + echo "
"; echo "
"; echo "
"; echo "
"; @@ -152,16 +152,14 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo ''; } } - echo "
"; + echo "
"; echo "
"; echo ""; echo ""; echo ""; - echo ""; } } ?> -