diff options
-rw-r--r-- | application/models/mfile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/models/mfile.php b/application/models/mfile.php index a65fff772..0187f3086 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -251,6 +251,7 @@ class Mfile extends CI_Model { 'text/html' => 'xml', 'text/css' => 'css', 'text/x-ocaml' => 'ocaml', + 'text/x-tcl' => 'tcl', 'message/rfc822' => 'text', #'image/svg+xml' => 'xml', 'application/x-perl' => 'perl', |