]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wiki/templates/default/after_extensions.php.erb
wiki: Ensure custom config for wiki.osm.org is loaded
[chef.git] / cookbooks / wiki / templates / default / after_extensions.php.erb
diff --git a/cookbooks/wiki/templates/default/after_extensions.php.erb b/cookbooks/wiki/templates/default/after_extensions.php.erb
deleted file mode 100644 (file)
index 190b407..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-# DO NOT EDIT - This file is being maintained by Chef
-
-# Protect against web entry
-if ( !defined( 'MEDIAWIKI' ) ) {
-       exit;
-}
-
-# configuration loaded after the extensions
-
-# user group "confirmed" with identical rights as "autoconfirmed", but assigned manually by sysops
-$wgGroupPermissions['confirmed'] = $wgGroupPermissions['autoconfirmed'];
-$wgAddGroups['sysop'][] = 'confirmed';
-$wgRemoveGroups['sysop'][] = 'confirmed';