uawdijnntqw1x1x1
IP : 216.73.216.252
Hostname : webm002.cluster111.gra.hosting.ovh.net
Kernel : Linux webm002.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
atelierpru
/
provence
/
6bf95
/
..
/
tmp
/
..
/
plugins-dist
/
plan
/
..
/
compagnon
/
compagnon_fonctions.php
/
/
<?php /** * Fonctions pour les squelettes * * @package SPIP\Compagnon\Fonctions **/ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Retourne un court texte de compréhension * aléatoirement parmi une liste. * * @example * [(#VAL|ok_aleatoire)] * * @return string * Le texte traduit. **/ function filtre_ok_aleatoire_dist() { $alea = array( 'compagnon:ok', 'compagnon:ok_jai_compris', 'compagnon:ok_bien', 'compagnon:ok_merci', 'compagnon:ok_parfait', ); return _T($alea[array_rand($alea)]); }
/home/atelierpru/provence/6bf95/../tmp/../plugins-dist/plan/../compagnon/compagnon_fonctions.php