From 50a0f884c61f6b2683e333028dcfae969f0a9f4e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 5 Jan 2013 09:15:41 +0000 Subject: [PATCH] Change the link to logout.php. --- resources/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install.php b/resources/install.php index 4d98905b64..1e7a5b2d3e 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."/logout.php?msg=".urlencode($msg)); + header("Location: ".PROJECT_PATH."/resources/logout.php?msg=".urlencode($msg)); } //set a default template