Skip to content

Commit

Permalink
Revert "Hotfix-1.3.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
MillieOfzo authored Mar 21, 2018
1 parent e04c593 commit 53416a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

// At the top of the page we check to see whether the user is logged in or not
if(empty($_SESSION[SES_NAME]))
if(!empty($_SESSION[SES_NAME]))
{
header("Location: ".URL_ROOT);
}
Expand Down

0 comments on commit 53416a5

Please sign in to comment.