aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 15:48:17 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 15:48:17 +0000
commit4f95b5b39c33d0fbcf314f8ecf43488b5caf5fd2 (patch)
tree091f75a4b8b8e82e388d886fb1b858200b9d6ce0 /main/http.c
parent420853b2eeddc0f8cdd34f0ede5e97dc2746d558 (diff)
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
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index 007b60f34..4fbe9bded 100644
--- a/main/http.c
+++ b/main/http.c
@@ -108,6 +108,7 @@ static struct {
{ "wav", "audio/x-wav" },
{ "mp3", "audio/mpeg" },
{ "svg", "image/svg+xml" },
+ { "gif", "image/gif" },
};
struct http_uri_redirect {