diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-24 19:18:49 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-24 19:18:49 +0000 |
commit | 9b5a99086ee2a965e2d9c2224c6b42d2d2a4d7c9 (patch) | |
tree | 0c88d5dd8c1950444aa62aac20c45287eb335731 /engine/lib/ping.php | |
parent | 3420501153eb3e0cb27c75888e80cbf3d603dd19 (diff) | |
download | elgg-9b5a99086ee2a965e2d9c2224c6b42d2d2a4d7c9.tar.gz elgg-9b5a99086ee2a965e2d9c2224c6b42d2d2a4d7c9.tar.bz2 |
git-svn-id: https://code.elgg.org/elgg/trunk@1518 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/ping.php')
-rw-r--r-- | engine/lib/ping.php | 8 |
1 files 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' ); |