From c1e84c50a4b329e24acfff77d7b1e5d641ed37c9 Mon Sep 17 00:00:00 2001 From: Matthew Vale Date: Wed, 2 Dec 2015 14:39:53 +0000 Subject: [PATCH] accidentally cancelled redirect during testing --- core/install/install_first_time.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install/install_first_time.php b/core/install/install_first_time.php index 896ec839fe..fd9472bfc4 100644 --- a/core/install/install_first_time.php +++ b/core/install/install_first_time.php @@ -326,7 +326,7 @@ if(!$install_step) { $install_step = 'select_language'; } restore_error_handler(); if($install_ok){ echo "\n"; - #header("Location: ".PROJECT_PATH."/logout.php"); + header("Location: ".PROJECT_PATH."/logout.php"); $_SESSION['message'] = 'Install complete'; }else{ echo "
\n";