1
0

Add google ping

safer check for "filter" extension
This commit is contained in:
Garvin Hicking
2006-10-11 18:59:31 +00:00
parent f5f0a66acc
commit 0674c0256f
5 changed files with 15 additions and 9 deletions

View File

@ -54,5 +54,11 @@
'host' => 'api.my.yahoo.com',
'path' => '/RPC2'
),
array(
'name' => 'Google',
'host' => 'blogsearch.google.com',
'path' => '/ping/RPC2'
),
);
?>