diff options
Diffstat (limited to 'install_database.php')
| -rw-r--r-- | install_database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_database.php b/install_database.php index fb71fdb..31a94b9 100644 --- a/install_database.php +++ b/install_database.php @@ -10,7 +10,7 @@ */ $gBitSmarty->assign( 'next_step',$step ); -require_once( "get_databases_inc.php" ); +require_once( "includes/get_databases_inc.php" ); // next block checks if there is a config/kernel/config_inc.php and if we can connect through this. if( isset( $_REQUEST['submit_db_info'] )) { |
