diff -r 299a90e28abc -r 87e08a6e4fec install/includes/stages/install.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/install/includes/stages/install.php Wed Jan 16 13:55:49 2008 -0500 @@ -0,0 +1,97 @@ +show_header(); + echo '
ERROR: That database driver is not supported.
'; + return true; +} + +$db = new $dbdriver(); +$result = $db->connect(true, $dbhost, $dbuser, $dbpasswd, $dbname); +if ( !$result ) +{ + $ui->show_header(); + // FIXME: l10n + ?> + + show_header(); +flush(); + +?> +Please wait while Enano creates its database and initial content on your server.
+ +