mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Undos integration of custom TAR creation.
This commit is contained in:
parent
040919808c
commit
a703a004a4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class Archive {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if ($format === "tar") {
|
if ($format === "tar") {
|
||||||
return $this->create_tar();
|
$cmd = Archive::$TAR_PASSTHRU_CMD;
|
||||||
} else if ($format === "zip") {
|
} else if ($format === "zip") {
|
||||||
$cmd = Archive::$ZIP_PASSTHRU_CMD;
|
$cmd = Archive::$ZIP_PASSTHRU_CMD;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue