fixed missing closing php tag when installer.php wrote to config.php
This commit is contained in:
parent
f90d0ac6c8
commit
dbf82f7c1e
@ -260,7 +260,8 @@ function writeConf($sitename, $sqlUrl, $fancy, $path)
|
||||
"\$config['site']['name'] = \"$sitename\";\n\n".
|
||||
($fancy ? "\$config['site']['fancy'] = true;\n\n":'').
|
||||
"\$config['site']['path'] = \"$path\";\n\n".
|
||||
"\$config['db']['database'] = \"$sqlUrl\";\n\n");
|
||||
"\$config['db']['database'] = \"$sqlUrl\";\n\n".
|
||||
"?>");
|
||||
return $res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user