From f2ae4bb978b2af3bba97f63dcdcc94a4277a4a95 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Thu, 29 Mar 2007 19:06:35 +0000 Subject: [PATCH] Revert r20820; pointless --- config/index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/index.php b/config/index.php index 73d26d5172..51dbcc5ed1 100644 --- a/config/index.php +++ b/config/index.php @@ -927,9 +927,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { /* Write out the config file now that all is well */ print "
  • \n"; print "

    Creating LocalSettings.php...

    \n\n"; - $localSettings = "<" . "?php$endl$local$endl\n"; - $localSettings .= "## The closing ?> has been left out on purpose.\n\n"; - + $localSettings = "<" . "?php$endl$local$endl\r\n"; // Fix up a common line-ending problem (due to CVS on Windows) $localSettings = str_replace( "\r\n", "\n", $localSettings ); $f = fopen( "LocalSettings.php", 'xt' ); -- 2.20.1