install/includes/stages/install.php
changeset 656 24de7d08b7ea
parent 626 be0e904eec17
child 685 17ebe24cdf85
equal deleted inserted replaced
655:b2c51a68209b 656:24de7d08b7ea
    47       echo $db->sql_error();
    47       echo $db->sql_error();
    48       ?>
    48       ?>
    49     </p>
    49     </p>
    50     <p>
    50     <p>
    51       <!-- FIXME: l10n -->
    51       <!-- FIXME: l10n -->
    52       <input type="submit" name="_cont" value="Go back" />
    52       <input type="submit" name="_cont" value="<?php echo $lang->get('database_btn_go_back'); ?>" />
    53     </p>
    53     </p>
    54   </form>
    54   </form>
    55   <?php
    55   <?php
    56   return true;
    56   return true;
    57 }
    57 }
    78     return false;
    78     return false;
    79   
    79   
    80   return true;
    80   return true;
    81 }
    81 }
    82 
    82 
    83 // FIXME: l10n
       
    84 start_install_table();
    83 start_install_table();
    85 
    84 
    86 run_installer_stage('load', $lang->get('install_stg_load_title'), 'stg_load_files', $lang->get('install_stg_load_body'), false);
    85 run_installer_stage('load', $lang->get('install_stg_load_title'), 'stg_load_files', $lang->get('install_stg_load_body'), false);
    87 run_installer_stage('setpass', $lang->get('install_stg_setpass_title'), 'stg_password_decode', $lang->get('install_stg_setpass_body'));
    86 run_installer_stage('setpass', $lang->get('install_stg_setpass_title'), 'stg_password_decode', $lang->get('install_stg_setpass_body'));
    88 run_installer_stage('genaes', $lang->get('install_stg_genaes_title'), 'stg_make_private_key', $lang->get('install_stg_genaes_body'));
    87 run_installer_stage('genaes', $lang->get('install_stg_genaes_title'), 'stg_make_private_key', $lang->get('install_stg_genaes_body'));