Send the logout.php to the root of fusionpbx on the web server.

This commit is contained in:
Mark Crane 2013-01-05 09:08:19 +00:00
parent 4d12e78ef6
commit 7c071045d0
1 changed files with 2 additions and 2 deletions

View File

@ -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;
?>