1
0
Fork 0
mirror of https://github.com/lrsjng/h5ai synced 2025-12-28 11:42:43 +01:00

Undos integration of custom TAR creation.

This commit is contained in:
Lars Jung 2013-07-18 15:51:11 +02:00
parent 040919808c
commit a703a004a4

View file

@ -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 {