Manual:$wgLogRestrictions/ko
Appearance
| 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', ];