Add svg mimetype for pari.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@59089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 19 years ago
parent 5d7bf5eb71
commit 27911f2128

@ -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)

Loading…
Cancel
Save