diff options
Diffstat (limited to 'update/plugin/wordpress')
| -rw-r--r-- | update/plugin/wordpress/trunk/instadisc/instadisc.php | 4 |
1 files changed, 2 insertions, 2 deletions
| 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) | |||
| 149 | 149 | ||
| 150 | $verID = rand(1,2147483647); | 150 | $verID = rand(1,2147483647); |
| 151 | 151 | ||
| 152 | $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); | 152 | $client = new xmlrpc_client('http://rpc.instadisc.org'); |
| 153 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), | 153 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), |
| 154 | new xmlrpcval($title, 'string'), | 154 | new xmlrpcval($title, 'string'), |
| 155 | new xmlrpcval($authorName, 'string'), | 155 | new xmlrpcval($authorName, 'string'), |
| @@ -185,7 +185,7 @@ function sendComment($id) | |||
| 185 | 185 | ||
| 186 | $verID = rand(1,2147483647); | 186 | $verID = rand(1,2147483647); |
| 187 | 187 | ||
| 188 | $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); | 188 | $client = new xmlrpc_client('http://rpc.instadisc.org'); |
| 189 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), | 189 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), |
| 190 | new xmlrpcval($title, 'string'), | 190 | new xmlrpcval($title, 'string'), |
| 191 | new xmlrpcval($author, 'string'), | 191 | new xmlrpcval($author, 'string'), |
