]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add svg mimetype for pari.
authorJoshua Colp <jcolp@digium.com>
Wed, 21 Mar 2007 18:08:57 +0000 (18:08 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 21 Mar 2007 18:08:57 +0000 (18:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@59089 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/http.c

index 3f8f747ac42ff63d2a9842ad7c8e84e9f4d4040f..cf09625330a41599fb542c660cefec792d5a4c62 100644 (file)
@@ -85,6 +85,7 @@ static struct {
        { "js", "application/x-javascript" },
        { "wav", "audio/x-wav" },
        { "mp3", "audio/mpeg" },
+       { "svg", "image/svg+xml" },
 };
 
 static char *ftype2mtype(const char *ftype, char *wkspace, int wkspacelen)