diff --git a/resources/install.php b/resources/install.php index 1e7a5b2d3e..4d98905b64 100644 --- a/resources/install.php +++ b/resources/install.php @@ -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."/resources/logout.php?msg=".urlencode($msg)); + header("Location: ".PROJECT_PATH."/logout.php?msg=".urlencode($msg)); } //set a default template