Manual:$wgLogRestrictions

From MediaWiki.org

Jump to: navigation, search
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


[edit] 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 are not added to recent changes and should remain non-transcludable.

Default value:

$wgLogRestrictions = array(
    'suppress' => 'suppress'
);