uawdijnntqw1x1x1
IP : 216.73.216.49
Hostname : webd002.cluster106.gra.hosting.ovh.net
Kernel : Linux webd002.cluster106.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
/
photograt
/
www
/
plugins
/
slideshowck
/
flexicontent
/
flexicontent.php
/
/
<?php /** * @copyright Copyright (C) 2019 Cédric KEIFLIN alias ced1870 * https://www.template-creator.com * https://www.joomlack.fr * @license GNU/GPL * */ defined('_JEXEC') or die('Restricted access'); jimport('joomla.event.plugin'); class plgSlideshowckFlexicontent extends \Joomla\CMS\Plugin\CMSPlugin { private $type = 'flexicontent'; function __construct(&$subject, $params) { parent::__construct($subject, $params); } /* * Send the infos in the source list to add the type in the plugin options * * Return string the source type */ public function onSlideshowckGetSourceName() { $this->loadLanguage(); return $this->type; } }
/home/photograt/www/plugins/slideshowck/flexicontent/flexicontent.php