After logout redirect back to the login.

This commit is contained in:
Mark Crane 2013-02-02 06:53:35 +00:00
parent d590571c6e
commit c1c611adb6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ include "root.php";
session_destroy(); session_destroy();
//redirect the user to the index page //redirect the user to the index page
header("Location: ".PROJECT_PATH."/"); header("Location: ".PROJECT_PATH."/login.php");
return; return;
?> ?>