accidentally cancelled redirect during testing
This commit is contained in:
@@ -326,7 +326,7 @@ if(!$install_step) { $install_step = 'select_language'; }
|
|||||||
restore_error_handler();
|
restore_error_handler();
|
||||||
if($install_ok){
|
if($install_ok){
|
||||||
echo "</pre>\n";
|
echo "</pre>\n";
|
||||||
#header("Location: ".PROJECT_PATH."/logout.php");
|
header("Location: ".PROJECT_PATH."/logout.php");
|
||||||
$_SESSION['message'] = 'Install complete';
|
$_SESSION['message'] = 'Install complete';
|
||||||
}else{
|
}else{
|
||||||
echo "<form method='post' name='frm' action=''>\n";
|
echo "<form method='post' name='frm' action=''>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user