WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins-dist
/
archiviste
/
src
/
Name
Action
..
AbstractArchiver.php
Edit
ArchiveInterface.php
Edit
ArchiverInterface.php
Edit
NoDotFilterIterator.php
Edit
SpipArchiver.php
Edit
TarArchive.php
Edit
TgzArchive.php
Edit
ZipArchive.php
Edit
Editing: 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; }