Manual:$wgLogRestrictions
From MediaWiki.org
Special pages: $wgLogRestrictions | |
---|---|
Restricts log access to those who have a certain right. |
|
Introduced in version: | 1.13.0 (r32685) |
Removed in version: | still in use |
Allowed values: | (array) |
Default value: | see below |
Other settings: Alphabetical | By Function
Details [edit]
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 are not added to recent changes and should remain non-transcludable.
Example:
$wgLogRestrictions["log's name"] = 'permission to access';
Default value:
$wgLogRestrictions = array( 'suppress' => 'suppressionlog' );
Language: | English • русский |
---|