uawdijnntqw1x1x1
IP : 216.73.216.226
Hostname : webd004.cluster102.gra.hosting.ovh.net
Kernel : Linux webd004.cluster102.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
sunflowe
/
www
/
5dd40
/
..
/
tmp
/
..
/
plugins
/
fields
/
sql
/
..
/
sql
/
.
/
..
/
sql
/
..
/
sql
/
..
/
list
/
tmpl
/
list.php
/
/
<?php /** * @package Joomla.Plugin * @subpackage Fields.List * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; $fieldValue = $field->value; if ($fieldValue == '') { return; } $fieldValue = (array) $fieldValue; $texts = array(); $options = $this->getOptionsFromField($field); foreach ($options as $value => $name) { if (in_array((string) $value, $fieldValue)) { $texts[] = JText::_($name); } } echo htmlentities(implode(', ', $texts));
/home/sunflowe/www/5dd40/../tmp/../plugins/fields/sql/../sql/./../sql/../sql/../list/tmpl/list.php