Index: trunk/phase3/config/index.php |
— | — | @@ -968,7 +968,7 @@ |
969 | 969 | /* Write out the config file now that all is well */ |
970 | 970 | print "<li style=\"list-style: none\">\n"; |
971 | 971 | print "<p>Creating LocalSettings.php...</p>\n\n"; |
972 | | - $localSettings = "<" . "?php$endl$local$endl\r\n"; |
| 972 | + $localSettings = "<" . "?php$endl$local"; |
973 | 973 | // Fix up a common line-ending problem (due to CVS on Windows) |
974 | 974 | $localSettings = str_replace( "\r\n", "\n", $localSettings ); |
975 | 975 | $f = fopen( "LocalSettings.php", 'xt' ); |