diff -r 8978cb3541ca -r 9d7225c0db6d 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:28:43 2008 -0500 @@ -0,0 +1,76 @@ +show_header(); + echo '

Installation error

+

ERROR: That database driver is not supported.

'; + return true; +} + +$db = new $dbdriver(); +$db->connect(); + +$ui->show_header(); +flush(); + +?> +

Performing final installation steps

+

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(); + +?> +

Congratulations! You've finished installing Enano.

+

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(); +