uawdijnntqw1x1x1
IP : 216.73.216.168
Hostname : server.fattispazio.it
Kernel : Linux server.fattispazio.it 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
poliximo
/
public_html
/
plugins
/
system
/
languagefilter
/
..
/
widgetkit_zoo
/
widgetkit_zoo.php
/
/
<?php defined('_JEXEC') or die; class plgSystemWidgetkit_zoo extends JPlugin { public function onAfterInitialise() { if (!($app = (@include JPATH_ADMINISTRATOR.'/components/com_widgetkit/widgetkit-app.php') and file_exists($path = JPATH_ADMINISTRATOR.'/components/com_zoo/config.php') and JComponentHelper::getComponent('com_zoo', true)->enabled and (include_once $path) and class_exists('App') and $zoo = App::getInstance('zoo') and version_compare($zoo->zoo->version(), '2.5', '>=')) ) { return; } $app['plugins']->addPath(__DIR__.'/plugin/plugin.php'); $app['locator']->addPath('plugins/content/zoo', __DIR__.'/plugin'); } }
/home/poliximo/public_html/plugins/system/languagefilter/../widgetkit_zoo/widgetkit_zoo.php