mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Remove whitespace from generated _config.php file in installer (from r112268)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112433 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d2bcf47aba
commit
93105a77ca
@ -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']}',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user