Pārlūkot izejas kodu

accidentally cancelled redirect during testing

Matthew Vale 9 gadi atpakaļ
vecāks
revīzija
6f91b991a3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      core/install/install_first_time.php

+ 1 - 1
core/install/install_first_time.php

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