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

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 4 03:24:03 EST 2012


changeset 8505:7ef1f84790a1
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7ef1f84790a1
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 c51fd4d0fea8 -r 7ef1f84790a1 system/classes/unpacker.class.php
--- a/system/classes/unpacker.class.php	Sun Mar 04 09:06:01 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