diff --git a/admin/index.php b/admin/index.php index a9fd501..3f34586 100644 --- a/admin/index.php +++ b/admin/index.php @@ -60,14 +60,18 @@ session_start(); } else if (isset($_SESSION["userID"]) && $_SESSION["isAdmin"] == 1) { echo ""; } else { - echo ""; + echo ""; } } ?>