fcking semicolons!

This commit is contained in:
Thies Mueller 2021-01-10 15:10:34 +01:00
parent 2738d4d6ea
commit 4f5eb37368

View File

@ -12,8 +12,8 @@ if($_SESSION['isadmin'] == 0) {
die ('No rights for you! <meta http-equiv="refresh" content="0; URL=logout.php">'); die ('No rights for you! <meta http-equiv="refresh" content="0; URL=logout.php">');
} }
echo '<div class="alert alert-danger" role="alert">heres the admin world</div>'; echo '<div class="alert alert-danger" role="alert">heres the admin world</div>';
echo '<a href="adminarea_admins_give.php"><button class="btn btn-success">GIVE</button></a>' echo '<a href="adminarea_admins_give.php"><button class="btn btn-success">GIVE</button></a>';
echo '<a href="adminarea_admins_take.php"><button class="btn btn-danger">TAKE</button></a>' echo '<a href="adminarea_admins_take.php"><button class="btn btn-danger">TAKE</button></a>';
echo '<br /> <br />'; echo '<br /> <br />';
echo '<a href="adminarea.php"><button class="btn btn-info">Back</button></a>'; echo '<a href="adminarea.php"><button class="btn btn-info">Back</button></a>';
?> ?>