diff --git a/adminarea_admins.php b/adminarea_admins.php index ab19d54..149b65c 100644 --- a/adminarea_admins.php +++ b/adminarea_admins.php @@ -30,14 +30,7 @@ if(isset($_GET['user']) ) { $error = "no user found"; } else { $showForm = false; - echo 'The User '.$user['username'].' with the ID '.$user['id'].' has:'; - if($user['isadmin'] == "0"){ - echo "
no admin rights"; - } if($user['isadmin'] == "1"){ - echo "
ADMIN RIGHTS!"; - } else { - echo "
A faulty user."; - } + echo "adminrights y/n"; } } }