uawdijnntqw1x1x1
IP : 216.73.217.31
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
.
/
.
/
.
/
administrator
/
components
/
com_jce2
/
models
/
fields
/
popups.php
/
/
<?php defined('JPATH_PLATFORM') or die; JFormHelper::loadFieldClass('list'); class JFormFieldPopups extends JFormFieldList { /** * The form field type. * * @var string * * @since 11.1 */ protected $type = 'Popups'; /** * Method to get a list of options for a list input. * * @return array An array of JHtml options * * @since 11.4 */ protected function getOptions() { $extensions = JcePluginsHelper::getExtensions('popups'); $options = array(); foreach ($extensions as $item) { $option = new StdClass; $option->text = JText::_($item->title, true); $option->disable = ''; $option->value = $item->name; $options[] = $option; } // Merge any additional options in the XML definition. return array_merge(parent::getOptions(), $options); } }
/home/pteabiscqq/www/./././administrator/components/com_jce2/models/fields/popups.php