diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 8358fcd963..73b9659ae7 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -55,9 +55,9 @@ if (@file_exists($phpbb_root_path . 'config.'.$phpEx)) // Obtain various vars $stage = (isset($_POST['stage'])) ? intval($_POST['stage']) : 0; - +//, 'acm_type' // These are all strings so we'll just traverse an array -$var_ary = array('language', 'dbms', 'dbhost', 'dbport', 'dbuser', 'dbpasswd', 'dbname', 'table_prefix', 'admin_name', 'admin_pass1', 'admin_pass2', 'board_email1', 'board_email2', 'server_name', 'server_port', 'script_path', 'acm_type', 'img_imagick', 'ftp_path', 'ftp_user', 'ftp_pass'); +$var_ary = array('language', 'dbms', 'dbhost', 'dbport', 'dbuser', 'dbpasswd', 'dbname', 'table_prefix', 'admin_name', 'admin_pass1', 'admin_pass2', 'board_email1', 'board_email2', 'server_name', 'server_port', 'script_path', 'img_imagick', 'ftp_path', 'ftp_user', 'ftp_pass'); foreach ($var_ary as $var) { @@ -757,8 +757,10 @@ if ($stage == 1)