From f4571c353faa56648f136a8c1d9ee9716d886974 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 9 Sep 2012 15:45:05 +0200 Subject: m/file: add text/x-tcl to autodetection Signed-off-by: Florian Pritz --- application/models/mfile.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application') 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', -- cgit v1.2.3-24-g4f1b