]> git.openstreetmap.org Git - chef.git/blob - cookbooks/wiki/templates/default/after_extensions.php.erb
split configuration in two, include new templates
[chef.git] / cookbooks / wiki / templates / default / after_extensions.php.erb
1 <?php
2 # DO NOT EDIT - This file is being maintained by Chef
3
4 # Protect against web entry
5 if ( !defined( 'MEDIAWIKI' ) ) {
6         exit;
7 }
8
9 # configuration loaded after the extensions
10
11 # user group "confirmed" with identical rights as "autoconfirmed", but assigned manually by sysops
12 $wgGroupPermissions['confirmed'] = $wgGroupPermissions['autoconfirmed'];
13 $wgAddGroups['sysop'][] = 'confirmed';
14 $wgRemoveGroups['sysop'][] = 'confirmed';