]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/mw-ext-Interwiki.inc.php.erb
allow sysops to modify interwiki table
[chef.git] / cookbooks / mediawiki / templates / default / mw-ext-Interwiki.inc.php.erb
diff --git a/cookbooks/mediawiki/templates/default/mw-ext-Interwiki.inc.php.erb b/cookbooks/mediawiki/templates/default/mw-ext-Interwiki.inc.php.erb
new file mode 100644 (file)
index 0000000..ba63a97
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+# DO NOT EDIT - This file is being maintained by Chef
+
+# allow sysops to modify interwiki table
+$wgGroupPermissions['sysop']['interwiki'] = true;