Your IP : 216.73.216.59


Current Path : /home/quelfutuu/www/plugins-dist/archiviste/src/
Upload File :
Current File : /home/quelfutuu/www/plugins-dist/archiviste/src/TgzArchive.php

<?php

namespace Spip\Archiver;

/**
 * {@inheritDoc}
 * Implémentation spécifique au fichier .tgz|tar.gz.
 */
class TgzArchive extends TarArchive implements ArchiveInterface
{
	protected bool $gzCompress = true;
}