no need to append
git-svn-id: file:///home/shish/svn/shimmie2/trunk@666 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
23dd70ae26
commit
f580a8f922
@ -214,7 +214,7 @@ function build_dirs() { // {{{
|
||||
}
|
||||
} // }}}
|
||||
function write_config($dsn) { // {{{
|
||||
$file_content .= "<?php \$database_dsn='$dsn'; ?>";
|
||||
$file_content = "<?php \$database_dsn='$dsn'; ?>";
|
||||
|
||||
if(is_writable("./") && installer_write_file("config.php", $file_content)) {
|
||||
assert(file_exists("config.php"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user