Skip to content

Commit

Permalink
fix: semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Aug 19, 2024
1 parent 8d8870a commit 769b9c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion private/pages/oidc_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@

//TODO: check for affiliation
if ((isset($env) ? strtolower($env["Authentication"]) : strtolower(getenv("Authentication"))) == "you_shall_not_pass") {
header("Location: /login")
header("Location: /login");
exit();
}

header("Location: /interface");
Expand Down

0 comments on commit 769b9c2

Please sign in to comment.