After logout redirect back to the login.
This commit is contained in:
parent
d590571c6e
commit
c1c611adb6
|
|
@ -32,7 +32,7 @@ include "root.php";
|
|||
session_destroy();
|
||||
|
||||
//redirect the user to the index page
|
||||
header("Location: ".PROJECT_PATH."/");
|
||||
header("Location: ".PROJECT_PATH."/login.php");
|
||||
return;
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue