diff --git a/Admin.php b/Admin.php
index 5ea2867..103a480 100644
--- a/Admin.php
+++ b/Admin.php
@@ -34,7 +34,7 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
- Create instructor account
+ Create instructor account
@@ -90,11 +90,11 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
' . $_SESSION['info_Admin_Users'] . '
';
+ echo '
' . $_SESSION['info_Admin_Users'] . '
';
$_SESSION['info_Admin_Users'] = null;
}
if (isset($_SESSION['info_Admin_Users'])) {
- echo '
' . $_SESSION['info_Admin_Users'] . '
';
+ echo '
' . $_SESSION['info_Admin_Users'] . '
';
$_SESSION['info_Admin_Users'] = null;
}
?>