= 0){ $php_521=$mod_strings['LBL_YOUR_PHP_VERSION'].phpversion().$mod_strings['LBL_RECOMMENDED_PHP_VERSION']; } /////////////////////////////////////////////////////////////////////////////// //// START OUTPUT $out = << {$mod_strings['LBL_WIZARD_TITLE']} {$mod_strings['LBL_INSTALL_TYPE_TITLE']}
{$mod_strings['LBL_HELP']}

SugarCRM

{$mod_strings['LBL_INSTALL_TYPE_TITLE']}
SugarCRM
EOQ; $typical_checked ='checked'; $custom_checked =''; if(isset($_SESSION['install_type']) && $_SESSION['install_type']=='custom'){ $typical_checked =''; $custom_checked ='checked'; }else{ //do nothing because defaults handle this condition } $out .= <<
{$mod_strings['LBL_INSTALL_TYPE_SUBTITLE']}
{$mod_strings['LBL_INSTALL_TYPE_TYPICAL']} {$mod_strings['LBL_INSTALL_TYPE_MSG2']}
{$mod_strings['LBL_INSTALL_TYPE_CUSTOM']} {$mod_strings['LBL_INSTALL_TYPE_MSG3']}
{$php_521}

EOQ2; echo $out; ?>