[geeklog-hg] geeklog: Allow MIME type application/x-gzip-compressed (bug #000...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Dec 22 05:12:07 EST 2012


changeset 8888:0358e4a8f4ca
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/0358e4a8f4ca
user: Dirk Haun <dirk at haun-online.de>
date: Sun Mar 04 09:18:45 2012 +0100
description:
Allow MIME type application/x-gzip-compressed (bug #0001405)

diffstat:

 system/classes/unpacker.class.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 43a04145ea4e -r 0358e4a8f4ca system/classes/unpacker.class.php
--- a/system/classes/unpacker.class.php	Sat Feb 11 21:13:07 2012 +0100
+++ b/system/classes/unpacker.class.php	Sun Mar 04 09:18:45 2012 +0100
@@ -53,6 +53,7 @@
     					  'application/x-tar'            => 'tar',
     					  'application/x-gtar'           => 'tar',
     					  'application/x-gzip'           => 'tar',
+    					  'application/x-gzip-compressed'=> 'tar',
     					  'application/octet-stream'     => 'tar',
     					  'application/x-compress'       => 'tar',
     					  'application/x-compressed'     => 'tar');



More information about the geeklog-cvs mailing list