uawdijnntqw1x1x1
IP : 216.73.216.10
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
/
.
/
..
/
tmp
/
..
/
language
/
..
/
layouts
/
..
/
modules
/
..
/
api
/
..
/
compat.zip
/
/
PK�8�\���&\\ compat.xmlnu�[���<?xml version="1.0" encoding="UTF-8"?> <extension type="plugin" group="behaviour" method="upgrade"> <name>plg_behaviour_compat</name> <author>Joomla! Project</author> <creationDate>2023-09</creationDate> <copyright>(C) 2023 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>4.4.0</version> <description>PLG_COMPAT_XML_DESCRIPTION</description> <namespace path="src">Joomla\Plugin\Behaviour\Compat</namespace> <files> <folder plugin="compat">services</folder> <folder>src</folder> </files> <languages> <language tag="en-GB">language/en-GB/plg_behaviour_compat.ini</language> <language tag="en-GB">language/en-GB/plg_behaviour_compat.sys.ini</language> </languages> </extension> PK�8�\�6VMservices/provider.phpnu�[���<?php /** * @package Joomla.Plugin * @subpackage Behaviour.compat * * @copyright (C) 2023 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Extension\PluginInterface; use Joomla\CMS\Factory; use Joomla\CMS\Plugin\PluginHelper; use Joomla\DI\Container; use Joomla\DI\ServiceProviderInterface; use Joomla\Event\DispatcherInterface; use Joomla\Plugin\Behaviour\Compat\Extension\Compat; return new class () implements ServiceProviderInterface { /** * Registers the service provider with a DI container. * * @param Container $container The DI container. * * @return void * @since 4.4.0 */ public function register(Container $container) { $container->set( PluginInterface::class, function (Container $container) { $plugin = PluginHelper::getPlugin('behaviour', 'compat'); $dispatcher = $container->get(DispatcherInterface::class); $plugin = new Compat($dispatcher, (array) $plugin); $plugin->setApplication(Factory::getApplication()); return $plugin; } ); } }; PK�8�\�؝��src/Extension/Compat.phpnu�[���<?php /** * @package Joomla.Plugin * @subpackage Behaviour.compat * * @copyright (C) 2023 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Plugin\Behaviour\Compat\Extension; use Joomla\CMS\Plugin\CMSPlugin; use Joomla\Event\SubscriberInterface; // phpcs:disable PSR1.Files.SideEffects \defined('_JEXEC') or die; // phpcs:enable PSR1.Files.SideEffects /** * Joomla! Compat Plugin. * * @since 4.4.0 */ final class Compat extends CMSPlugin implements SubscriberInterface { /** * Returns an array of CMS events this plugin will listen to and the respective handlers. * * @return array * * @since 4.4.0 */ public static function getSubscribedEvents(): array { /** * This plugin does not listen to any events. */ return []; } } PK�8�\���&\\ compat.xmlnu�[���PK�8�\�6VM�services/provider.phpnu�[���PK�8�\�؝���src/Extension/Compat.phpnu�[���PK��
/home/opticamezl/www/newok/07d6c/./../tmp/../language/../layouts/../modules/../api/../compat.zip