Note about $wgUploadSizeWarning using byte
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 11 Jul 2006 14:30:03 +0000 (14:30 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 11 Jul 2006 14:30:03 +0000 (14:30 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 1a92f67..9c86603 100644 (file)
@@ -50,7 +50,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 6622) Removed deprecated function image::newFromTitle
 * (bug 6627) Fix regression in Special:Ipblocklist with table prefix
 * Removed forced dereferencements (new() returns a reference in PHP5)
-
+* Note about $wgUploadSizeWarning using byte
 
 == Languages updated ==
 
index f0b9442..f6591ad 100644 (file)
@@ -1280,7 +1280,7 @@ $wgCheckFileExtensions = true;
  */
 $wgStrictFileExtensions = true;
 
-/** Warn if uploaded files are larger than this */
+/** Warn if uploaded files are larger than this (in bytes)*/
 $wgUploadSizeWarning = 150 * 1024;
 
 /** For compatibility with old installations set to false */