uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.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
/
pteabiscqq
/
www
/
188ee
/
..
/
modules
/
mod_jbcookies
/
helper.php
/
/
<?php /** * @package Joomla.Site * @subpackage Modules - mod_jbcookies * * @author JoomBall! Project * @link http://www.joomball.com * @copyright Copyright © 2011-2018 JoomBall! Project. All Rights Reserved. * @license GNU/GPL, http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die; class modJBCookiesHelper { public static function getAjax() { $app = JFactory::getApplication(); $extensions = $app->input->get('extensions', '', 'string'); $conf = JFactory::getConfig(); $options = array( 'defaultgroup' => '', 'storage' => $conf->get('cache_handler', ''), 'caching' => true, 'cachebase' => $conf->get('cache_path', JPATH_SITE . '/cache') ); $cache = JCache::getInstance('', $options); foreach (explode(',', $extensions) as $ext) { $cache->clean($ext); } // echo '1'; //json_encode($data); $app->close(); } } ?>
/home/pteabiscqq/www/188ee/../modules/mod_jbcookies/helper.php