From: Tim Starling Date: Sat, 25 Oct 2003 05:25:50 +0000 (+0000) Subject: Removed detritus X-Git-Tag: 1.1.0~202 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=197e722ea7a75012befced3880180f257858dc20;p=lhc%2Fweb%2Fwiklou.git Removed detritus --- diff --git a/LocalSettings.sample b/LocalSettings.sample index 41e6d5d5b2..0e13281edd 100644 --- a/LocalSettings.sample +++ b/LocalSettings.sample @@ -37,11 +37,6 @@ $wgDBsqlpassword = "sqlpass"; $wgDBminWordLen = 3; # Match this to your MySQL fulltext $wgDBtransactions = false; # Set to true if using InnoDB tables -# Change this key to different sequence of 8 bytes, so that sysops cannot -# obtain the IP addresses of logged-in users. -$wgIPBlockKey = implode( "", array_map( "chr", - array( 57, 100, 182, 241, 93, 122, 40, 195 ) ) ); - # Turn this on during database maintenance # $wgReadOnly = true;