This commit is contained in:
Thies Mueller 2021-01-10 14:39:00 +01:00
parent 8dfdae8704
commit 96c8bd638b

View File

@ -39,7 +39,7 @@ if ($activated == 1) {
if ($isadmin == 0) {
echo '<br>';
}
if ($activated == 1) {
if ($isadmin == 1) {
echo '<a href="adminarea.php"><button class="btn btn-danger">Admin Area</button></a>';
}
?>