aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DefaultSettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/DefaultSettings.php')
-rw-r--r--includes/DefaultSettings.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index d4959a7c6ebd..447129412fdb 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -432,7 +432,9 @@ $wgAllowUserJs = true;
# Allow user Cascading Style Sheets (CSS)?
$wgAllowUserCss = true;
+# Filter for Special:Randompage. Part of a WHERE clause
+$wgExtraRandompageSQL = false;
+
# Allow the "info" action, very inefficient at the moment
$wgAllowPageInfo = false;
-
?>