Guest User

Untitled

a guest
May 20th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. flaggedrevs.php:
  2. $wgFlaggedRevsOverride = false;
  3. $wgFlaggedRevsNamespaces = array( ...some list of NSes... );
  4. $wgFlaggedRevTags = array(
  5.     'status' => array( 'levels' => 1, 'quality' => 2, 'pristine' => 3 ),
  6. );
  7. $wgGroupPermissions['autoconfirmed']['review'] = true;
  8. $wgGroupPermissions['sysop']['stablesettings'] = true;
Add Comment
Please, Sign In to add comment