From a2cf4c7184a86b7e9aa185aa5081f52b6a16a331 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Thu, 24 Nov 2011 09:52:46 +0000 Subject: [PATCH] Fix documentation for $wgUploadPath in DefaultSettings.php, it's $wgScriptPath/images not $IP/images for the url path. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1