Admin.php: better spacing.

Bug430-Eden2
Lan Hui 2023-08-19 20:47:26 +08:00
parent d1d37f46e4
commit ec0d73db52
1 changed files with 1 additions and 2 deletions

View File

@ -83,8 +83,8 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
?>
<br><br>
<button type="submit" class="btn btn-primary" id="create_btn">Create</button>
<?php
<?php
error_reporting(E_ALL);
if (isset($_SESSION['info_Admin_Users'])) {
echo '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Users'] . '</div>';
@ -94,7 +94,6 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
echo '<hr><div class="alert alert-info" role="alert">' . $_SESSION['info_Admin_Users'] . '</div>';
$_SESSION['info_Admin_Users'] = null;
}
?>
</form>