Correction to fix for bug 3641: don't reject on all unrecognized files
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 8 Oct 2005 05:48:45 +0000 (05:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 8 Oct 2005 05:48:45 +0000 (05:48 +0000)
commit95d571e34f0325205c268f1ec66157f1b897ca14
treed3dca29af66875820556445d53da753f50b0acfe
parent8f618346f808fcc65de4574654053c73b588bf50
Correction to fix for bug 3641: don't reject on all unrecognized files
which we happen to know an extension -> mime type mapping for. Just do
it for those which can be detected from content by getimagesize() for now.
includes/MimeMagic.php
includes/SpecialUpload.php