aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DefaultSettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/DefaultSettings.php')
-rw-r--r--includes/DefaultSettings.php5
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 }
/*************************************************************************//**