mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Undos integration of custom TAR creation.
This commit is contained in:
@@ -57,7 +57,7 @@ class Archive {
|
||||
try {
|
||||
|
||||
if ($format === "tar") {
|
||||
return $this->create_tar();
|
||||
$cmd = Archive::$TAR_PASSTHRU_CMD;
|
||||
} else if ($format === "zip") {
|
||||
$cmd = Archive::$ZIP_PASSTHRU_CMD;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user