diff --git a/logout.php b/logout.php index 7607ca9c72..5949c23f90 100644 --- a/logout.php +++ b/logout.php @@ -31,8 +31,8 @@ include "root.php"; session_unset(); session_destroy(); -//redirect the user to the login page - header("Location: ".PROJECT_PATH."/login.php"); +//redirect the user to the index page + header("Location: ".PROJECT_PATH."/"); return; ?>