[geeklog-cvs] geeklog: Another tar variation

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Mar 31 14:40:19 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/0ee08cd12a7f
changeset: 6882:0ee08cd12a7f
user:      Dirk Haun <dirk at haun-online.de>
date:      Tue Mar 31 20:35:56 2009 +0200
description:
Another tar variation

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
system/classes/unpacker.class.php |    3 ++-

diffs (18 lines):

diff -r c0bb15d51a63 -r 0ee08cd12a7f system/classes/unpacker.class.php
--- a/system/classes/unpacker.class.php	Tue Mar 31 10:01:30 2009 -0500
+++ b/system/classes/unpacker.class.php	Tue Mar 31 20:35:56 2009 +0200
@@ -52,6 +52,7 @@
     					  'application/gzip'             => 'tar',
     					  'application/tar'              => 'tar',
     					  'application/x-tar'            => 'tar',
+    					  'application/x-gtar'           => 'tar',
     					  'application/x-gzip'           => 'tar',
     					  'application/octet-stream'     => 'tar',
     					  'application/x-compress'       => 'tar',
@@ -464,4 +465,4 @@
     }
 
 }
-?>
\ No newline at end of file
+?>



More information about the geeklog-cvs mailing list