From 7c071045d0f10583f3c53cbc58b9b5bb8379479d Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 5 Jan 2013 09:08:19 +0000 Subject: [PATCH] Send the logout.php to the root of fusionpbx on the web server. --- logout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; ?>