equal
deleted
inserted
replaced
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 |