From cf8092ed81c8245580bcdf51866436579f7f26e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 7 Jan 2006 14:41:46 +0000 Subject: [PATCH] * Wikipedia => MediaWiki in $wgPasswordSender * $wgPutIPinRC = true (was false), why is this even an option? --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0703e9b565..e8d2c0b206 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -357,7 +357,7 @@ $wgEmergencyContact = 'wikiadmin@' . $wgServerName; * Default to apache@SERVER_NAME * @global string $wgPasswordSender */ -$wgPasswordSender = 'Wikipedia Mail '; +$wgPasswordSender = 'MediaWiki Mail '; /** * dummy address which should be accepted during mail send action @@ -1247,7 +1247,7 @@ if( !isset( $wgCommandLineMode ) ) { # /** Log IP addresses in the recentchanges table */ -$wgPutIPinRC = false; +$wgPutIPinRC = true; /** * Recentchanges items are periodically purged; entries older than this many -- 2.20.1