mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
After logout redirect back to the login.
This commit is contained in:
@@ -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;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user