install/includes/stages/finish.php
changeset 371 dc6026376919
parent 352 9d7225c0db6d
child 391 85f91037cd4f
equal deleted inserted replaced
370:b251818286b1 371:dc6026376919
    26   $ui->show_header();
    26   $ui->show_header();
    27   echo '<h3>Installation error</h3>
    27   echo '<h3>Installation error</h3>
    28          <p>ERROR: That database driver is not supported.</p>';
    28          <p>ERROR: That database driver is not supported.</p>';
    29   return true;
    29   return true;
    30 }
    30 }
    31 
       
    32 $db = new $dbdriver();
       
    33 $db->connect();
       
    34 
    31 
    35 $ui->show_header();
    32 $ui->show_header();
    36 flush();
    33 flush();
    37 
    34 
    38 ?>
    35 ?>