Fix a syntax error in config.php templates

This commit is contained in:
Daniel Berteaud 2013-10-11 13:28:30 +02:00
parent ce7c4a63cd
commit fb22f7db0d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ my $dbn = $phplist{'DbName'} || 'phplist';
my $dbu = $phplist{'DbUser'} || 'phplist';
my $dbp = $phplist{'DbPassword'} || 'secret';
$OUT .=<"HERE";
$OUT .=<<"HERE";
\$database_host = "localhost";
\$database_name = "$dbn";