From 6df8fce796fd2cdccc3800dd00106e9ab4ef47f4 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 22 Aug 2016 10:15:57 -0700 Subject: [PATCH] Unset weird ancient WMF-specific shared upload settings They won't work for anyone, not even WMF Change-Id: I520f684fe833f0e1a9dc5b56d83366cb909fd480 --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1