Skip to content

Commit

Permalink
Fix Location
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Sep 12, 2024
1 parent 090e8bd commit c882c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APs/config/html/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit c882c67

Please sign in to comment.