diff options
Diffstat (limited to 'includes/DefaultSettings.php')
-rw-r--r-- | includes/DefaultSettings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 545a780ed671..55baab8a14ce 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4773,6 +4773,11 @@ $wgExportMaxLinkDepth = 0; */ $wgExportFromNamespaces = false; +/** +* Whether to allow exporting the entire wiki into a single file +*/ +$wgExportAllowAll = false; + /** @} */ # end of import/export } /*************************************************************************//** |