diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-09-09 15:45:05 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-09-09 15:45:05 +0200 |
commit | f4571c353faa56648f136a8c1d9ee9716d886974 (patch) | |
tree | 80d5a388ea7a13077913763028859f9a40b57e3d | |
parent | 3f9c4f255bc14c589061d348b1e87a7ab6ca9b01 (diff) |
m/file: add text/x-tcl to autodetection
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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', |