mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Send the logout.php to the root of fusionpbx on the web server.
This commit is contained in:
@@ -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;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user