diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-02-26 18:16:08 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-02-26 18:16:08 +0100 |
commit | 3716c33b95ec5012c32f0b973a856449ead9c940 (patch) | |
tree | e3302832cb929671b0571c7a9f26634910978ed7 /application | |
parent | c78becdb15edcef865f4a0056a3f6c03ea86a20c (diff) |
fix handling of ocaml mimetype
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/models/file_mod.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/models/file_mod.php b/application/models/file_mod.php index 32c3f29d0..718ee21ec 100644 --- a/application/models/file_mod.php +++ b/application/models/file_mod.php @@ -432,6 +432,7 @@ class File_mod extends CI_Model { #'text/x-log' => 'log', 'text/html' => 'xml', 'text/css' => 'css', + 'text/x-ocaml' => 'ocaml', 'message/rfc822' => 'email', #'image/svg+xml' => 'xml', 'application/x-perl' => 'perl', |