taking out $wgSharedUploadBaseUrl , which is not needed
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 06b7b3a..88041dc 100644 (file)
@@ -130,12 +130,8 @@ $wgUploadBaseUrl    = "";
 # directory.
 #
 $wgUseSharedUploads = false;
-# Leave this blank if it is the same server. NO FINAL SLASH -
-# it is concatenated with $wgSharedUploadPath.
-# Example: "http://commons.wikimedia.org"
-$wgSharedUploadBaseUrl = "";
-# Path on the web server where shared uploads can be found
-$wgSharedUploadPath = "/shared/images";
+# Full path on the web server where shared uploads can be found
+$wgSharedUploadPath = "http://commons.wikimedia.org/shared/images";
 # Path on the file system where shared uploads can be found
 $wgSharedUploadDirectory = "/var/www/wiki3/images";
 # Set this to false especially if you have a set of files that need to be
@@ -143,7 +139,6 @@ $wgSharedUploadDirectory = "/var/www/wiki3/images";
 # directory layout.
 $wgHashedSharedUploadDirectory = true;
 
-
 # Email settings
 #
 /**