Page MenuHomePhabricator

index.php.patch

Authored By
bzimport
Nov 21 2014, 7:02 PM
Size
749 B
Referenced Files
None
Subscribers
None

index.php.patch

Index: config/index.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/config/index.php,v
retrieving revision 1.85.2.8
diff -u -r1.85.2.8 index.php
--- config/index.php 17 Apr 2005 23:24:27 -0000 1.85.2.8
+++ config/index.php 22 Jun 2005 14:47:32 -0000
@@ -424,6 +424,7 @@
/* Load up the settings and get installin' */
$local = writeLocalSettings( $conf );
+ $local = str_replace( "\r\n", "\n", $local );
$wgCommandLineMode = false;
chdir( ".." );
eval($local);
@@ -499,6 +500,7 @@
print "; enabling MySQL 4 enhancements";
$conf->DBmysql4 = true;
$local = writeLocalSettings( $conf );
+ $local = str_replace( "\r\n", "\n", $local );
}
print "</li>\n";

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1256
Default Alt Text
index.php.patch (749 B)

Event Timeline