diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-29 20:08:44 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-29 20:08:44 +0000 |
commit | 1e2896eed85f190be7f05dc75c76057bbbe95db4 (patch) | |
tree | 93f1ed96dca97cfe7a62db7b83901646674a9bb6 /update/plugin/phpBB3/trunk | |
parent | 2c6e3e362bf614a2e67dba5ec3e1c0d247834b69 (diff) | |
download | instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.tar.gz instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.tar.bz2 instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.zip |
General: Fixed URLs
Fixes #73
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'), |