Index: branches/stable/phase3/includes/DefaultSettings.php |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | $wgDisableCounters = false; |
112 | 112 | $wgDisableTextSearch = false; |
113 | 113 | $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 |
115 | 115 | $wgDisableAnonTalk = false; |
116 | 116 | |
117 | 117 | # We can serve pages compressed in order to save bandwidth, |