SEMICOLONS!

This commit is contained in:
Thies Mueller 2021-01-10 14:54:27 +01:00
parent 19b37387ba
commit 4547df736f

View File

@ -30,7 +30,7 @@ if($_SESSION['isadmin'] == 0) {
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>';
?> ?>
<?php <?php
include 'db.inc.php' include 'db.inc.php';
//create connection //create connection