uawdijnntqw1x1x1
IP : 216.73.217.93
Hostname : webd004.cluster102.gra.hosting.ovh.net
Kernel : Linux webd004.cluster102.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
/
sunflowe
/
www
/
5dd40
/
..
/
94fda
/
..
/
modules
/
mod_widgetkit
/
mod_widgetkit.php
/
/
<?php /** * @package Widgetkit * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); // load widgetkit require_once(JPATH_ADMINISTRATOR.'/components/com_widgetkit/widgetkit.php'); // render widget if ($widget_id = (int) $params->get('widget_id', '')) { // get widgetkit $widgetkit = Widgetkit::getInstance(); // render output $output = $widgetkit['widget']->render($widget_id); echo ($output === false) ? "Could not load widget with the id $widget_id." : $output; }
/home/sunflowe/www/5dd40/../94fda/../modules/mod_widgetkit/mod_widgetkit.php