summaryrefslogtreecommitdiffstats
path: root/application/models/mfile.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-09-09 15:45:05 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-09-09 15:45:05 +0200
commitf4571c353faa56648f136a8c1d9ee9716d886974 (patch)
tree80d5a388ea7a13077913763028859f9a40b57e3d /application/models/mfile.php
parent3f9c4f255bc14c589061d348b1e87a7ab6ca9b01 (diff)
m/file: add text/x-tcl to autodetection
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models/mfile.php')
-rw-r--r--application/models/mfile.php1
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',