From: Chad Horohoe Date: Mon, 22 Aug 2016 17:15:57 +0000 (-0700) Subject: Unset weird ancient WMF-specific shared upload settings X-Git-Tag: 1.31.0-rc.0~5971^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=6df8fce796fd2cdccc3800dd00106e9ab4ef47f4;p=lhc%2Fweb%2Fwiklou.git Unset weird ancient WMF-specific shared upload settings They won't work for anyone, not even WMF Change-Id: I520f684fe833f0e1a9dc5b56d83366cb909fd480 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4e08aa62b3..87003f005f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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.