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/phpBB3/trunk/install.xml | 2 +- update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'update/plugin/phpBB3') diff --git a/update/plugin/phpBB3/trunk/install.xml b/update/plugin/phpBB3/trunk/install.xml index 99b7625..1130961 100644 --- a/update/plugin/phpBB3/trunk/install.xml +++ b/update/plugin/phpBB3/trunk/install.xml @@ -62,6 +62,6 @@ if (($post_mode == 'post') || ($post_mode == 'reply')) - Go to http://central.fourisland.com/release/update/phpBB3/ for help on setting up your subscriptions. + Go to http://instadisc.org/phpBB3 for help on setting up your subscriptions. 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) mcrypt_module_close($td); } - $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