[geeklog-cvs] geeklog: Another MIME type for .tar files

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 8 10:56:37 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/d3aad7fa7a94
changeset: 6829:d3aad7fa7a94
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Mar 08 15:56:26 2009 +0100
description:
Another MIME type for .tar files

diffstat:

1 file changed, 1 insertion(+)
system/classes/upload.class.php |    1 +

diffs (11 lines):

diff -r 208605932f48 -r d3aad7fa7a94 system/classes/upload.class.php
--- a/system/classes/upload.class.php	Sat Mar 07 23:24:16 2009 +0100
+++ b/system/classes/upload.class.php	Sun Mar 08 15:56:26 2009 +0100
@@ -263,6 +263,7 @@
                 'application/x-gzip-compressed'     => '.tar.gz,.tgz',
                 'application/x-zip-compressed'      => '.zip',
                 'application/x-tar'                 => '.tar',
+                'application/x-gtar'                => '.tar',
                 'text/plain'                        => '.phps,.txt,.inc',
                 'text/html'                         => '.html,.htm',
                 'image/bmp'                         => '.bmp,.ico',



More information about the geeklog-cvs mailing list