Jump to content

Manual:$wgLogRestrictions/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgLogRestrictions and the translation is 10% complete.
Logging: $wgLogRestrictions
Restricts log access to those who have a certain right.
이 변수가 소개된 버전:1.13.0 (r32685)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(array)
기본값:see below

Details

This restricts log access to those who have a certain right. Users without this will not see it in the option menu and can not view it. Restricted logs will no longer be added to recent changes (if you need to get rid of old ones, try rebuildrecentchanges.php ) and should remain non-transcludable.

Example:

$wgLogRestrictions["log's name"] = 'permission to access';

기본값

$wgLogRestrictions = [ 'suppress' => 'suppressionlog', ];