From e6eb37bf9ef64c1d0d42b5a868ab6b9e012af0bf Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 11 Jul 2006 14:30:03 +0000 Subject: [PATCH] Note about $wgUploadSizeWarning using byte --- RELEASE-NOTES | 2 +- includes/DefaultSettings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1a92f67ecf..9c8660391d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f0b9442b93..f6591adca7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 */ -- 2.20.1