Removed detritus
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 25 Oct 2003 05:25:50 +0000 (05:25 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 25 Oct 2003 05:25:50 +0000 (05:25 +0000)
LocalSettings.sample

index 41e6d5d..0e13281 100644 (file)
@@ -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;