From 18fae5a5f629ec8e8c64109f503ea1f7c454d0c6 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sat, 4 Nov 2006 08:42:43 +0000 Subject: [PATCH] Changing the comment to clarify the behavior. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f3b55226c5..a78f6f959e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1441,7 +1441,7 @@ if( !isset( $wgCommandLineMode ) ) { # Recent changes settings # -/** Log IP addresses in the recentchanges table */ +/** Log IP addresses in the recentchanges table; can be accessed only by extensions (e.g. CheckUser) or a DB admin */ $wgPutIPinRC = true; /** -- 2.20.1