Skip to content

Commit

Permalink
leave creatpage perms as is
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnFLewis committed Aug 3, 2018
1 parent 3e2e848 commit 9132352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LocalWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,9 @@ function onInactiveSiteNoticeAfter( &$siteNotice, $skin ) {
$wgAddGroups['sysop'][] = 'member';
$wgRemoveGroups['sysop'][] = 'member';

$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['upload'] = false;

$wgGroupPermissions['user']['createpage'] = false;
$wgGroupPermissions['user']['edit'] = false;
$wgGroupPermissions['user']['upload'] = false;
}
Expand Down

0 comments on commit 9132352

Please sign in to comment.