From 8135feaf96df8539f3acceb47ad8a6c36f3758a3 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 2 Feb 2013 06:53:35 +0000 Subject: [PATCH] After logout redirect back to the login. --- logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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