This commit is contained in:
Thies Mueller 2021-01-10 15:30:53 +01:00
parent 18ff87aff3
commit 572808ec12

View File

@ -30,7 +30,7 @@ if(isset($_GET['user']) ) {
$error = "<b>no user found</b>"; $error = "<b>no user found</b>";
} else { } else {
$showForm = false; $showForm = false;
echo "adminrights y/n"; echo "<h1>adminrights y/n</h1>";
} }
} }
} }