about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root
diff options
context:
space:
mode:
Diffstat (limited to 'update/plugin/phpBB3/trunk/root')
-rw-r--r--update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php index b973020..7ecf885 100644 --- a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php +++ b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php
@@ -67,7 +67,7 @@ function sendItem($title, $userID, $url, $fourm)
67 mcrypt_module_close($td); 67 mcrypt_module_close($td);
68 } 68 }
69 69
70 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); 70 $client = new xmlrpc_client('http://rpc.instadisc.org');
71 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), 71 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'),
72 new xmlrpcval($title, 'string'), 72 new xmlrpcval($title, 'string'),
73 new xmlrpcval($author, 'string'), 73 new xmlrpcval($author, 'string'),