uawdijnntqw1x1x1
IP : 216.73.216.183
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.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
/
locationbo
/
www
/
dfb6b
/
..
/
language
/
..
/
plugins
/
editors-xtd
/
widgetkit
/
widgetkit.php
/
/
<?php defined('_JEXEC') or die; class plgButtonWidgetkit extends JPlugin { /** * Display the button. */ public function onDisplay() { if (!$app = (@include(JPATH_ADMINISTRATOR . '/components/com_widgetkit/widgetkit-app.php')) or !$app['admin']) { return; } $app->trigger('init.admin', array($app)); $button = new JObject; $button->modal = false; $button->link = '#'; $button->onclick = 'return true;'; $button->class = 'btn btn-widgetkit'; $button->text = 'Widgetkit'; $button->name = 'plus'; $button->options = 'widgetkit'; $button->rel = "Widgetkit"; return $button; } }
/home/locationbo/www/dfb6b/../language/../plugins/editors-xtd/widgetkit/widgetkit.php