install/includes/stages/install.php
changeset 352 9d7225c0db6d
parent 351 8978cb3541ca
child 391 85f91037cd4f
equal deleted inserted replaced
351:8978cb3541ca 352:9d7225c0db6d
   110 // Init logs
   110 // Init logs
   111 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body'));
   111 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body'));
   112 
   112 
   113 close_install_table();
   113 close_install_table();
   114 
   114 
       
   115 ?>
       
   116 <form action="install.php?stage=finish" method="post">
       
   117   <input type="hidden" name="language" value="<?php echo $lang_id; ?>" />
       
   118   <div style="text-align: center;">
       
   119     <input type="submit" name="_cont" value="<?php echo $lang->get('meta_btn_continue'); ?>" tabindex="1" />
       
   120   </div>
       
   121 </form>
       
   122 <?php
       
   123 
   115 $db->close();
   124 $db->close();
   116 
   125