Unset weird ancient WMF-specific shared upload settings
authorChad Horohoe <chadh@wikimedia.org>
Mon, 22 Aug 2016 17:15:57 +0000 (10:15 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Mon, 22 Aug 2016 17:15:57 +0000 (10:15 -0700)
They won't work for anyone, not even WMF

Change-Id: I520f684fe833f0e1a9dc5b56d83366cb909fd480

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.