From 3716c33b95ec5012c32f0b973a856449ead9c940 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 26 Feb 2012 18:16:08 +0100 Subject: fix handling of ocaml mimetype Signed-off-by: Florian Pritz --- application/models/file_mod.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/models/file_mod.php') 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', -- cgit v1.2.3-24-g4f1b