Send the logout.php to the root of fusionpbx on the web server.
This commit is contained in:
parent
8a260c5cfe
commit
5ec9819ec4
|
|
@ -31,8 +31,8 @@ include "root.php";
|
||||||
session_unset();
|
session_unset();
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
|
||||||
//redirect the user to the login page
|
//redirect the user to the index page
|
||||||
header("Location: ".PROJECT_PATH."/login.php");
|
header("Location: ".PROJECT_PATH."/");
|
||||||
return;
|
return;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue