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/eco/plugins/auto/svp_stats/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/hednacluml/eco/plugins/auto/svp_stats/svpstats_fonctions.php
<?php

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

/**
 * Retourner le nombre de jours entre chaque actualisation des stats
 * si le cron est activé.
 *
 * @return int Nb de jours (sinon 0)
 */
function filtre_svpstats_periode_actualisation_stats() : int {
	include_spip('genie/svpstats_taches_generales_cron');
	return _SVP_CRON_ACTUALISATION_STATS ? _SVP_PERIODE_ACTUALISATION_STATS : 0;
}

SAMX