From 1e2896eed85f190be7f05dc75c76057bbbe95db4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 29 Sep 2008 20:08:44 +0000 Subject: General: Fixed URLs Fixes #73 --- update/plugin/wordpress/trunk/instadisc/instadisc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update/plugin/wordpress/trunk') diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index d084aa2..6237080 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php @@ -149,7 +149,7 @@ function sendPost($id) $verID = rand(1,2147483647); - $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); + $client = new xmlrpc_client('http://rpc.instadisc.org'); $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), new xmlrpcval($title, 'string'), new xmlrpcval($authorName, 'string'), @@ -185,7 +185,7 @@ function sendComment($id) $verID = rand(1,2147483647); - $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); + $client = new xmlrpc_client('http://rpc.instadisc.org'); $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), new xmlrpcval($title, 'string'), new xmlrpcval($author, 'string'), -- cgit 1.4.1