Commit 704f0573 authored by cry-inc's avatar cry-inc

Fixed wrong MIME type for .rar files

parent 6873f3c5
...@@ -1259,7 +1259,7 @@ static const struct { ...@@ -1259,7 +1259,7 @@ static const struct {
{".tar", 4, "application/x-tar"}, {".tar", 4, "application/x-tar"},
{".gz", 3, "application/x-gunzip"}, {".gz", 3, "application/x-gunzip"},
{".arj", 4, "application/x-arj-compressed"}, {".arj", 4, "application/x-arj-compressed"},
{".rar", 4, "application/x-arj-compressed"}, {".rar", 4, "application/x-rar-compressed"},
{".rtf", 4, "application/rtf"}, {".rtf", 4, "application/rtf"},
{".pdf", 4, "application/pdf"}, {".pdf", 4, "application/pdf"},
{".swf", 4, "application/x-shockwave-flash"}, {".swf", 4, "application/x-shockwave-flash"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment