uawdijnntqw1x1x1
IP : 216.73.217.60
Hostname : webm005.cluster127.gra.hosting.ovh.net
Kernel : Linux webm005.cluster127.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
/
histoio
/
www
/
f41a3
/
..
/
plugins-dist
/
.
/
.
/
..
/
35802
/
puce_statut.tar
/
/
site.php000060400000003207152525337520006230 0ustar00<?php /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * * Copyright (c) 2001-2020 * * 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; } // https://code.spip.net/@puce_statut_site_dist function puce_statut_site_dist($id, $statut, $id_rubrique, $type, $ajax = '', $menu_rapide = _ACTIVER_PUCE_RAPIDE) { $t = sql_getfetsel("syndication", "spip_syndic", "id_syndic=" . intval($id)); // cas particulier des sites en panne de syndic : // on envoi une puce speciale, et pas de menu de changement rapide if ($t == 'off' or $t == 'sus') { switch ($statut) { case 'publie': $puce = 'puce-verte-anim.gif'; $title = _T('sites:info_site_reference'); break; case 'prop': $puce = 'puce-orange-anim.gif'; $title = _T('sites:info_site_attente'); break; case 'refuse': default: $puce = 'puce-poubelle-anim.gif'; $title = _T('sites:info_site_refuse'); break; } return http_img_pack($puce, $title); } else { return puce_statut_changement_rapide($id, $statut, $id_rubrique, $type, $ajax, $menu_rapide); } }
/home/histoio/www/f41a3/../plugins-dist/././../35802/puce_statut.tar