From 80f0b2465128e7fea78ef04f6b13e5d55b6ce3d2 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 24 Sep 2008 21:06:50 +0000 Subject: 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 --- mod/updateclient/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/updateclient/start.php') 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'); -- cgit v1.2.3