From 9b5a99086ee2a965e2d9c2224c6b42d2d2a4d7c9 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 24 Jul 2008 19:18:49 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@1518 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/ping.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/lib/ping.php b/engine/lib/ping.php index 7a40334f6..276ff6fc8 100644 --- a/engine/lib/ping.php +++ b/engine/lib/ping.php @@ -13,7 +13,7 @@ /** * The api for the pinger. */ - $NOTIFICATION_SERVER = "http://ping.elgg.org/services/api/rest.php"; + $NOTIFICATION_SERVER = "http://hub/~icewing/Workingdirectory/elggnew/services/api/rest.php"; //"http://ping.elgg.org/services/api/rest.php"; /** @@ -30,12 +30,12 @@ return send_api_post_call($NOTIFICATION_SERVER, array( - 'method' => 'elgg.system.ping' - ), - array( + 'method' => 'elgg.system.ping', + 'version' => $version, 'release' => $release, ), + NULL, $export, 'text/xml' ); -- cgit v1.2.3