In order to use the installation tool, please provide your Intechnic account information: Username*: Password*: 'Upgrade In-Portal', 1 => 'Clean out the In-Portal database and reinstall', 4 => 'Clean out the In-Portal database and reinstall from backup', 2 => 'Install to a new database', 3 => 'Update License Information', 5 => 'Change Database Configuration', 7 => 'Fix Paths', ); $td_class = 'table_color1'; foreach ($options as $option_key => $option_title) { $checked = $this->GetVar('inp_opt') == $option_key ? ' checked' : ''; echo sprintf($option_tpl, $option_key, $checked, $option_title, $td_class); $td_class = ($td_class == 'table_color1') ? 'table_color2' : 'table_color1'; } ?>