Пример #1
0
function fetch_head_request($url)
{
    global $vbulletin;
    require_once DIR . '/includes/class_vurl.php';
    $vurl = new vB_vURL($vbulletin);
    return $vurl->fetch_head($url);
}