┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/bigup/genie
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: bigup_nettoyer_repertoire_upload.php
<?php /** * Tache de nettoyages de fichiers du plugin Big Upload * * @plugin Big Upload * @copyright 2015 * @author Matthieu Marcillaud * @licence GNU/GPL * @package SPIP\Bigup\Genie */ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Enlève les fichiers du répertoire de travail de bigup qui sont trop vieux * * @param int $last * @return int **/ function genie_bigup_nettoyer_repertoire_upload_dist($last) { include_spip('inc/Bigup/GestionRepertoires'); \Spip\Bigup\GestionRepertoires::nettoyer_repertoire_recursif(_DIR_TMP . 'bigupload'); return 1; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 bigup_nettoyer_repertoire_upload.php
PHP
597 B
2026-04-27 15:54
EDIT