From b090ca3fd5a72b087f7cb2be44b7ef3c09913c64 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 7 Mar 2005 06:34:46 +0000 Subject: [PATCH] * (bug 1642) fix a mime type typo in img_auth.php --- img_auth.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/img_auth.php b/img_auth.php index ac625d7754..875eb3277b 100644 --- a/img_auth.php +++ b/img_auth.php @@ -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 ); -- 2.20.1