basic support for special page inclusions
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index e2d361d..d8a6843 100644 (file)
@@ -1490,4 +1490,10 @@ $wgTrustedMediaFormats= array(
        #"application/x-shockwafe-flash", //flash/shockwave movie 
 );
 
+/**
+ * Allow special page inclusions such as {{Special:Allpages}}
+ */
+$wgAllowSpecialInclusion = true;
+
+
 ?>