accidentally cancelled redirect during testing

This commit is contained in:
Matthew Vale
2015-12-02 14:39:53 +00:00
parent 0c557d5c58
commit c1e84c50a4

View File

@@ -326,7 +326,7 @@ if(!$install_step) { $install_step = 'select_language'; }
restore_error_handler();
if($install_ok){
echo "</pre>\n";
#header("Location: ".PROJECT_PATH."/logout.php");
header("Location: ".PROJECT_PATH."/logout.php");
$_SESSION['message'] = 'Install complete';
}else{
echo "<form method='post' name='frm' action=''>\n";