diff options
-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', |