equal
deleted
inserted
replaced
105 } |
105 } |
106 |
106 |
107 // Import languages |
107 // Import languages |
108 run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_language_setup', $lang->get('install_stg_importlang_body')); |
108 run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_language_setup', $lang->get('install_stg_importlang_body')); |
109 |
109 |
|
110 // Init logs |
|
111 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); |
|
112 |
110 close_install_table(); |
113 close_install_table(); |
|
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 |
111 |
123 |
112 $db->close(); |
124 $db->close(); |
113 |
125 |