Jump to content

Manual:$wgPutIPinRC/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgPutIPinRC and the translation is 20% complete.
Access: $wgPutIPinRC
Log IP addresses in the recentchanges table.
이 변수가 소개된 버전:1.3.0
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(boolean)
기본값:true (1.6+)
false (1.3-1.5)

상세

Prescribes whether MediaWiki should log the IP addresses of its editors in recentchanges.rc_ip. Although there is no interface in the standard MediaWiki package for retrieving this information, it can be accessed using extensions; a database administrator can also run an SQL query to retrieve the IP addresses.

Current versions of the CheckUser extension do not rely on this setting. CheckUser stores its data in a separate cu_changes table.

Autoblock use it to automatically block the more recent IP used by a user who is blocked.

같이 보기