r1894 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r1893‎ | r1894 | r1895 >
Date:09:59, 7 November 2003
Author:vibber
Status:old
Tags:
Comment:
wgDisableUploads on by default (paranoia)
Modified paths:
  • /branches/stable/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/stable/phase3/includes/DefaultSettings.php
@@ -110,7 +110,7 @@
111111 $wgDisableCounters = false;
112112 $wgDisableTextSearch = false;
113113 $wgDisableSearchUpdate = false; # If you've disabled search semi-permanently, this also disables updates to the table. If you ever re-enable, be sure to rebuild the search table.
114 -$wgDisableUploads = false;
 114+$wgDisableUploads = true; # Uploads have to be specially set up to be secure
115115 $wgDisableAnonTalk = false;
116116
117117 # We can serve pages compressed in order to save bandwidth,

Status & tagging log