Archived
14
0
Fork 0

Merged revisions 60265 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r60265 | russell | 2007-04-05 10:47:17 -0500 (Thu, 05 Apr 2007) | 2 lines

Add the MIME type for gif by request from Pari

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60266 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-04-05 15:48:17 +00:00
parent 420853b2ee
commit 4f95b5b39c

View file

@ -108,6 +108,7 @@ static struct {
{ "wav", "audio/x-wav" },
{ "mp3", "audio/mpeg" },
{ "svg", "image/svg+xml" },
{ "gif", "image/gif" },
};
struct http_uri_redirect {