diff --git a/logout.php b/logout.php index 7b288bad2d..91390a3bd3 100644 --- a/logout.php +++ b/logout.php @@ -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; ?> \ No newline at end of file