mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change the link to logout.php.
This commit is contained in:
@@ -1280,7 +1280,7 @@ if ($_POST["install_step"] == "3" && count($_POST)>0 && strlen($_POST["persistfo
|
||||
|
||||
//redirect to the login page
|
||||
$msg = "install complete";
|
||||
header("Location: ".PROJECT_PATH."/logout.php?msg=".urlencode($msg));
|
||||
header("Location: ".PROJECT_PATH."/resources/logout.php?msg=".urlencode($msg));
|
||||
}
|
||||
|
||||
//set a default template
|
||||
|
||||
Reference in New Issue
Block a user