diff --git a/APs/config/html/login.php b/APs/config/html/login.php index 03773e6..ae6705b 100644 --- a/APs/config/html/login.php +++ b/APs/config/html/login.php @@ -2,7 +2,7 @@ // Check if user is already logged in if (isset($_SESSION['UserData']['Username'])) { - header("Location: index.php"); // Redirect to index.php + header("Location:index.php"); // Redirect to index.php exit; // Make sure to exit after redirection }