uawdijnntqw1x1x1
IP : 216.73.216.84
Hostname : webm003.cluster107.gra.hosting.ovh.net
Kernel : Linux webm003.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
opticamezl
/
www
/
newok
/
07d6c
/
..
/
administrator
/
..
/
plugins
/
system
/
yootheme
/
yootheme.php
/
/
<?php defined('_JEXEC') or die; use Joomla\CMS\Application\CMSApplication; use Joomla\CMS\Plugin\CMSPlugin; use Joomla\Event\DispatcherInterface; // require classmap require_once __DIR__ . '/classmap.php'; class plgSystemYOOtheme extends CMSPlugin { /** * @var CMSApplication */ public $app; /** * Constructor. * * @param DispatcherInterface $subject * @param array $config */ public function __construct(&$subject, $config = array()) { parent::__construct($subject, $config); $pattern = JPATH_ROOT . '/templates/*/template_bootstrap.php'; array_map([$this, 'loadFile'], glob($pattern) ?: array()); } /** * Loads a file. * * @param string $file * @return void */ public function loadFile($file) { require $file; } }
/home/opticamezl/www/newok/07d6c/../administrator/../plugins/system/yootheme/yootheme.php