Fix the install.php reference to logout.php.

This commit is contained in:
Mark Crane 2013-01-21 03:40:38 +00:00
parent d1faa30d41
commit 1c107f58f9
1 changed files with 1 additions and 1 deletions

View File

@ -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