aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-24 21:06:50 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-24 21:06:50 +0000
commit80f0b2465128e7fea78ef04f6b13e5d55b6ce3d2 (patch)
tree1a262108c7a2e15e22a3d5a97ecb377ac94abe10 /mod
parentb86240568f8e4665e8129a1adccb410527f37a1b (diff)
downloadelgg-80f0b2465128e7fea78ef04f6b13e5d55b6ce3d2.tar.gz
elgg-80f0b2465128e7fea78ef04f6b13e5d55b6ce3d2.tar.bz2
Modified pinger to use new style endpoint format. Note, this will require ping.elgg.org to be upgraded come next release!
git-svn-id: https://code.elgg.org/elgg/trunk@2125 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/updateclient/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/updateclient/start.php b/mod/updateclient/start.php
index 2cf8026c3..3ba743bd7 100644
--- a/mod/updateclient/start.php
+++ b/mod/updateclient/start.php
@@ -18,7 +18,7 @@
{
global $DEFAULT_UPDATE_SERVER;
- $DEFAULT_UPDATE_SERVER = 'http://updates.elgg.org/services/api/rest.php';
+ $DEFAULT_UPDATE_SERVER = 'http://updates.elgg.org/pg/api/rest/php/';
// Register a page handler, so we can have nice URLs
register_page_handler('updateclient','updateclient_page_handler');