From 8a24d1232e9baea6eb2fd3ea57ea1132241d8a0b Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Thu, 15 Apr 2010 10:16:45 +0000 Subject: [PATCH] Documentation fix for r65049. --- includes/DefaultSettings.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bd482508eb..11adf5b3c5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -464,9 +464,7 @@ $wgCacheSharedUploads = true; $wgAllowCopyUploads = false; /** - * Max size for uploads, in bytes. Currently only works for uploads from URL - * via CURL (see $wgAllowCopyUploads). The only way to impose limits on - * normal uploads is currently to edit php.ini. + * Max size for uploads, in bytes. Applies to all uploads. */ $wgMaxUploadSize = 1024*1024*100; # 100MB -- 2.20.1