Merge branch 'maint-1.7.11' into maint
[gitweb.git] / contrib / mw-to-git / t / install-wiki / LocalSettings.php
index aa72518e30c957649f1ce798b302742d4603919c..29f125116b59ed408339a37dbf82f2d913877d78 100644 (file)
@@ -67,9 +67,10 @@ $wgMemCachedServers = array();
 
 ## To enable image uploads, make sure the 'images' directory
 ## is writable, then set this to true:
-$wgEnableUploads  = false;
+$wgEnableUploads  = true;
 $wgUseImageMagick = true;
 $wgImageMagickConvertCommand ="@CONVERT@";
+$wgFileExtensions[] = 'txt';
 
 # InstantCommons allows wiki to use images from http://commons.wikimedia.org
 $wgUseInstantCommons  = false;