From: Brion Vibber Date: Mon, 7 Mar 2005 06:34:46 +0000 (+0000) Subject: * (bug 1642) fix a mime type typo in img_auth.php X-Git-Tag: 1.5.0alpha1~669 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=b090ca3fd5a72b087f7cb2be44b7ef3c09913c64;p=lhc%2Fweb%2Fwiklou.git * (bug 1642) fix a mime type typo in img_auth.php --- 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 );