Merge "Unset weird ancient WMF-specific shared upload settings"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 22 Aug 2016 17:46:17 +0000 (17:46 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 22 Aug 2016 17:46:17 +0000 (17:46 +0000)
includes/DefaultSettings.php

index 4e08aa6..87003f0 100644 (file)
@@ -685,7 +685,7 @@ $wgUseSharedUploads = false;
 /**
  * Full path on the web server where shared uploads can be found
  */
-$wgSharedUploadPath = "http://commons.wikimedia.org/shared/images";
+$wgSharedUploadPath = null;
 
 /**
  * Fetch commons image description pages and display them on the local wiki?
@@ -695,7 +695,7 @@ $wgFetchCommonsDescriptions = false;
 /**
  * Path on the file system where shared uploads can be found.
  */
-$wgSharedUploadDirectory = "/var/www/wiki3/images";
+$wgSharedUploadDirectory = null;
 
 /**
  * DB name with metadata about shared directory.