diff options
Diffstat (limited to 'update/plugin/phpBB3/trunk')
-rw-r--r-- | update/plugin/phpBB3/trunk/install.xml | 2 | ||||
-rw-r--r-- | update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php | 2 |
2 files changed, 2 insertions, 2 deletions
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')) | |||
62 | </edit> | 62 | </edit> |
63 | </open> | 63 | </open> |
64 | 64 | ||
65 | <diy-instructions lang="en">Go to http://central.fourisland.com/release/update/phpBB3/ for help on setting up your subscriptions.</diy-instructions> | 65 | <diy-instructions lang="en">Go to http://instadisc.org/phpBB3 for help on setting up your subscriptions.</diy-instructions> |
66 | </action-group> | 66 | </action-group> |
67 | </mod> | 67 | </mod> |
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'), |