Quick hack to allow disallowing local editing of the interwiki table.
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index d0d8132..cc98103 100644 (file)
@@ -3630,3 +3630,9 @@ $wgEdititis = false;
 * See http://universaleditbutton.org for more background information
 */
 $wgUniversalEditButton = true;
+
+/**
+* Enable the Interwiki special page. 
+* Disable for wikis that have their interwiki table updated automatically from a central location (like Wikimedia)
+*/
+$wgEnableSpecialInterwiki = true;