WP File Manager
Current Path:
/
home
/
argothem
/
www
/
v4_old
/
plugins-dist
/
urls_etendues
/
prive
/
themes
/
spip
/
Name
Action
..
TgzArchive.php
Edit
class.JavaScriptPacker.php
Edit
images
sites_fonctions.php
Edit
sites_pipelines.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; }