diff --git a/install.php b/install.php index a7b7731..ce9d056 100644 --- a/install.php +++ b/install.php @@ -1000,9 +1000,9 @@ global \$project; global \$databaseConfig; \$databaseConfig = array( "type" => '{$type}', - "server" => '{$dbConfig['server']}', - "username" => '{$dbConfig['username']}', - "password" => '{$escapedPassword}', + "server" => '{$dbConfig['server']}', + "username" => '{$dbConfig['username']}', + "password" => '{$escapedPassword}', "database" => '{$dbConfig['database']}', "path" => '{$dbConfig['path']}', );