initial commit
This commit is contained in:
9
user/finishLogout.php
Normal file
9
user/finishLogout.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
if(!isset($_COOKIE['IB_ID']) && !isset($_COOKIE['IB_SESSION'])){
|
||||
header("Location: /");
|
||||
}else{
|
||||
reportError("Error in /user/finishLogout.php");
|
||||
msg("There was an error logging you out. It has been reported.");
|
||||
header("Location: /");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user