Manual:$wgLogRestrictions
Appearance
| Logging: $wgLogRestrictions | |
|---|---|
| Restricts log access to those who have a certain right. |
|
| Introduzido na versão: | 1.13.0 (r32685) |
| Removido na versão: | Ainda em utilização |
| Valores permitidos: | (matriz) |
| Valor predefinido: | veja abaixo |
| Outras definições: Alfabeticamente | Por função | |
Detalhes
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.
Exemplo:
$wgLogRestrictions["log's name"] = 'permission to access';
Valor predefinido
$wgLogRestrictions = [ 'suppress' => 'suppressionlog', ];