diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-03-05 20:15:54 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-03-05 20:18:51 +0100 |
commit | 298af46f9e95a7ab5bc7ce0a519e9a930a9c8bfa (patch) | |
tree | bb7572fe235be35aa11faf96528025e6db1bd906 /system/application | |
parent | 793e6bcd0825f98571c3767c8e702da5d34a11a4 (diff) |
add message/rfc822 mimetype
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application')
-rw-r--r-- | system/application/models/file_mod.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index 769273f2f..0bc12c5b2 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -142,6 +142,7 @@ class File_mod extends Model { #'text/x-log' => 'log', 'text/html' => 'html', 'text/css' => 'css', + 'message/rfc822' => 'txt', #'image/svg+xml' => 'xml', 'application/x-perl' => 'pl', 'application/xml' => 'xml', |