Make WordPress Core

Ticket #1166: foo.php

File foo.php, 162 bytes (added by anonymousbugger, 21 years ago)
Line 
1function check_url($url)
2{
3    $client = new Snoopy();
4    $client->agent = 'WordPress/1.5.1';
5    $client->use_gzip = true;
6
7    return @$client->fetch($url);
8}