uawdijnntqw1x1x1
IP : 216.73.217.24
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
/
administrator
/
.
/
components
/
.
/
com_widgetkit
/
.
/
.
/
models
/
fields
/
cache.php
/
/
<?php defined('_JEXEC') or die; jimport('joomla.form.formfield'); class JFormFieldCache extends JFormField { protected $type = 'Cache'; public function getInput() { ?> <button id='wk-clear-cache' class='btn'>Clear Cache</button> <span class='wk-cache-size' style="padding-left: 15px;"></span> <script> jQuery(function($) { var getCache = function() { $.get('index.php?option=com_widgetkit&p=/cache/get', function(data) { $('.wk-cache-size').text(JSON.parse(data)); }); } $('#wk-clear-cache').on('click', function(e) { e.preventDefault(); $('.wk-cache-size').text('Clearing cache...'); $.get('index.php?option=com_widgetkit&p=/cache/clear', getCache); }); getCache(); }); </script> <?php } }
/home/locationbo/www/administrator/./components/./com_widgetkit/././models/fields/cache.php