* (bug 1642) fix a mime type typo in img_auth.php
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 7 Mar 2005 06:34:46 +0000 (06:34 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 7 Mar 2005 06:34:46 +0000 (06:34 +0000)
img_auth.php

index ac625d7..875eb32 100644 (file)
@@ -156,8 +156,9 @@ video/quicktime qt mov
 video/vnd.mpegurl mxu
 video/x-msvideo avi
 video/x-sgi-movie movie
-x-conference/x-cooltalk ice";
+x-conference/x-cooltalk ice
 END_STRING;
+       // Needed for windows servers who use \r\n not \n
        $endl = "
 ";
        $types = explode( $endl, $types );