In order to use this installation tool, please identify yourself using the root password! Username *: Password *: 'Upgrade In-Portal', 'clean_reinstall' => 'Reinstall In-Portal', 'fresh_install' => 'Install In-Portal to a New Database', 'update_license' => 'Update License Information', 'db_reconfig' => 'Update Database Configuration', 'fix_paths' => 'Update Installation Paths', ); $upgradable_modules = $this->GetUpgradableModules(); if (!$upgradable_modules) { unset($options['upgrade']); } $td_class = 'table-color1'; foreach ($options as $option_key => $option_title) { $checked = $this->GetVar('next_preset') == $option_key ? ' checked' : ''; echo sprintf($option_tpl, $option_key, $checked, $option_title, $td_class); $td_class = ($td_class == 'table-color1') ? 'table-color2' : 'table-color1'; } ?>