diff -r dd7cbc97f681 -r 2398420f48e7 install/includes/stages/finish.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/install/includes/stages/finish.php Thu Jan 17 23:31:35 2008 -0500 @@ -0,0 +1,76 @@ +show_header(); + echo '
ERROR: That database driver is not supported.
'; + return true; +} + +$db = new $dbdriver(); +$db->connect(); + +$ui->show_header(); +flush(); + +?> +Enano is cleaning up and performing some final installation tasks. Please wait...
+ +get('install_stg_buildindex_title'), 'stg_build_index', $lang->get('install_stg_buildindex_body')); +run_installer_stage('renameconfig', $lang->get('install_stg_rename_title'), 'stg_rename_config', $lang->get('install_stg_rename_body', array('mainpage_link' => scriptPath . '/index.php'))); + +close_install_table(); + +?> +Enano has finished setting up on your server. Now you can go to your new + website and start creating content!
+get('finish_body'); + echo '' . $lang->get('finish_link_mainpage', array('mainpage_link' => scriptPath . '/index.php')) . '
'; +?> +close(); +