uawdijnntqw1x1x1
IP : 216.73.216.249
Hostname : webm001.cluster110.gra.hosting.ovh.net
Kernel : Linux webm001.cluster110.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
/
etiennec
/
www
/
local
/
cache-css
/
..
/
..
/
plugins-dist
/
petitions
/
petitions_pipelines.php
/
/
<?php /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) return; /** * Boite de configuration des objets articles * * @param array $flux * @return array */ function petitions_afficher_config_objet($flux){ if ((($type = $flux['args']['type'])=='article') AND ($id = $flux['args']['id'])){ if (autoriser('modererpetition', $type, $id)){ $table = table_objet($type); $id_table_objet = id_table_objet($type); $flux['data'] .= recuperer_fond("prive/configurer/petitionner",array($id_table_objet=>$id)); } } return $flux; } /** * Optimiser la base de donnee en supprimant les forums orphelins * * @param int $n * @return int */ function petitions_optimiser_base_disparus($flux){ $n = &$flux['data']; $mydate = $flux['args']['date']; // // Signatures poubelles // sql_delete("spip_petitions", "statut='poubelle' AND maj < $mydate"); // rejeter les signatures non confirmees trop vieilles (20jours) if (!defined('_PETITIONS_DELAI_SIGNATURES_REJETEES')) define('_PETITIONS_DELAI_SIGNATURES_REJETEES',20); sql_delete("spip_signatures", "NOT (statut='publie' OR statut='poubelle') AND NOT(" . sql_date_proche('date_time', -_PETITIONS_DELAI_SIGNATURES_REJETEES, ' DAY') . ')'); return $flux; } ?>
/home/etiennec/www/local/cache-css/../../plugins-dist/petitions/petitions_pipelines.php