Fixed the connection settings being incorrect

This commit is contained in:
laf
2015-08-15 17:33:41 +00:00
parent 3745ffdc1c
commit a8f0d91aae
2 changed files with 3 additions and 2 deletions

View File

@@ -307,6 +307,7 @@ elseif($stage == "2") {
$config['db_user']=$dbuser;
$config['db_pass']=$dbpass;
$config['db_name']=$dbname;
$config['db']['extension']='mysqli';
$sql_file = '../build.sql';
require '../build-base.php';
?>