= 2) && !is_dir($conf_folder)) { $step = 2; } else if(($step >= 3) && !usersConfName()) { $step = 3; } else if(($step >= 4) && !file_exists($conf_folder.'/main.xml')) { $step = 4; } else if(($step >= 5) && !file_exists($conf_folder.'/hosts.xml')) { $step = 5; } else { $step++; } } // These steps are not available if(($step > 6) || !is_int($step)) { $step = 6; } // Get the current step title $names = array( T_("Welcome"), T_("Storage configuration"), T_("Administrator account"), T_("Main configuration"), T_("Hosts configuration"), T_("Services installation") ); // Continue marker $continue = true; // Form action if($step < 6) { $form_action = './?m=install'.keepGet('m', false); } else { $form_action = './'.keepGet('m', true); } ?>