X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=LocalSettings.sample;h=41e6d5d5b2727edf8418e1d4774d7e16babc606f;hb=ce01f4f3208f2d7254ce08bdfaa565ddfb85b691;hp=3a35391babe66db567000765b654d3a43a426e7c;hpb=cf58e51e100a5ab41c42b8b694ec46dad2deefab;p=lhc%2Fweb%2Fwiklou.git diff --git a/LocalSettings.sample b/LocalSettings.sample index 3a35391bab..41e6d5d5b2 100644 --- a/LocalSettings.sample +++ b/LocalSettings.sample @@ -37,6 +37,11 @@ $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; @@ -47,7 +52,7 @@ $wgDBtransactions = false; # Set to true if using InnoDB tables # $wgLanguageCode = "de"; $wgUseTeX = false; -$wgUseDynamicDates = true; +$wgUseCategoryMagic = true ; $wgLocalInterwiki = "w";