From: Daniel Friesen Date: Thu, 24 Nov 2011 09:52:46 +0000 (+0000) Subject: Fix documentation for $wgUploadPath in DefaultSettings.php, it's $wgScriptPath/images... X-Git-Tag: 1.31.0-rc.0~26307 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=a2cf4c7184a86b7e9aa185aa5081f52b6a16a331;p=lhc%2Fweb%2Fwiklou.git Fix documentation for $wgUploadPath in DefaultSettings.php, it's $wgScriptPath/images not $IP/images for the url path. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7ff3ce3345..ffb55d47f5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -187,7 +187,7 @@ $wgStyleDirectory = false; $wgArticlePath = false; /** - * The URL path for the images directory. Will default to "{$IP}/images" in Setup.php + * The URL path for the images directory. Will default to "{$wgScriptPath}/images" in Setup.php */ $wgUploadPath = false;