WP File Manager
Current Path:
/
home
/
argothem
/
www
/
v4_old
/
plugins-dist
/
sites
/
tests
/
data
/
lib
/
Name
Action
..
HTMLSax3.php
Edit
TgzArchive.php
Edit
class.JavaScriptPacker-20260103164125.php
Edit
class.JavaScriptPacker.php
Edit
extension.cache.mysql-20260106090847.php
Edit
extension.cache.mysql.php
Edit
lity.js
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; }