Index: temp/trunk/html/admin/system/Tar.php
===================================================================
--- temp/trunk/html/admin/system/Tar.php	(revision 5612)
+++ temp/trunk/html/admin/system/Tar.php	(revision 5618)
@@ -178,5 +178,6 @@
     function create($p_filelist)
     {
-        return $this->createModify($p_filelist, '', '');
+		$this->createModify($p_filelist, '', '');
+        return "aaa";
     }
     // }}}
@@ -286,7 +287,9 @@
 
         if ($v_result) {
+			print("_writeFooter");
             $this->_writeFooter();
             $this->_close();
         } else
+			print("_cleanFile");
             $this->_cleanFile();
 
