uawdijnntqw1x1x1
IP : 216.73.216.230
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
/
..
/
plugins
/
system
/
debug
/
..
/
languagefilter
/
..
/
cachecleaner
/
src
/
Clean.php
/
/
<?php /** * @package Cache Cleaner * @version 7.2.3 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2020 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ namespace RegularLabs\Plugin\System\CacheCleaner; defined('_JEXEC') or die; class Clean { /** * Just in case you can't figure the method name out: this cleans the left-over junk */ public static function cleanLeftoverJunk(&$string) { $string = str_replace(['{nocdn}', '{/nocdn}'], '', $string); } }
/home/megadansyp/www/eace8/../plugins/system/debug/../languagefilter/../cachecleaner/src/Clean.php