uawdijnntqw1x1x1
IP : 216.73.216.158
Hostname : webm002.cluster123.gra.hosting.ovh.net
Kernel : Linux webm002.cluster123.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
/
megadansyp
/
www
/
eace8
/
..
/
administrator
/
components
/
com_jce
/
controller
/
cpanel.php
/
/
<?php /** * @package JCE * @subpackage Admin * * @copyright Copyright (C) 2005 - 2023 Open Source Matters, Inc. All rights reserved. * @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_PLATFORM') or die; use Joomla\CMS\Factory; use Joomla\CMS\MVC\Controller\BaseController; class JceControllerCpanel extends BaseController { public function feed() { $model = $this->getModel('cpanel'); echo json_encode(array( 'feeds' => $model->getFeeds(), )); // Close the application Factory::getApplication()->close(); } }
/home/megadansyp/www/eace8/../administrator/components/com_jce/controller/cpanel.php