install/includes/stages/install.php
changeset 526 b2fb50d572c7
parent 391 85f91037cd4f
child 536 218a627eb53e
equal deleted inserted replaced
525:3f2dfdb99be4 526:b2fb50d572c7
    16 
    16 
    17 if ( !defined('IN_ENANO_INSTALL') )
    17 if ( !defined('IN_ENANO_INSTALL') )
    18   die();
    18   die();
    19 
    19 
    20 require ( ENANO_ROOT . '/install/includes/libenanoinstall.php' );
    20 require ( ENANO_ROOT . '/install/includes/libenanoinstall.php' );
    21 require ( ENANO_ROOT . '/install/includes/sql_parse.php' );
    21 require ( ENANO_ROOT . '/includes/sql_parse.php' );
    22 require ( ENANO_ROOT . '/includes/dbal.php' );
    22 require ( ENANO_ROOT . '/includes/dbal.php' );
    23 require ( ENANO_ROOT . '/config.new.php' );
    23 require ( ENANO_ROOT . '/config.new.php' );
    24 
    24 
    25 if ( !in_array($dbdriver, $supported_drivers) )
    25 if ( !in_array($dbdriver, $supported_drivers) )
    26 {
    26 {