aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-24 21:05:18 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-24 21:05:18 +0000
commitb86240568f8e4665e8129a1adccb410527f37a1b (patch)
treedae5c6d3e8bfdb5d5e050bbb3bbc8cbc22f5aa0d /engine/lib
parent13d322858b3c42629f51681f063bee700ca3b25b (diff)
downloadelgg-b86240568f8e4665e8129a1adccb410527f37a1b.tar.gz
elgg-b86240568f8e4665e8129a1adccb410527f37a1b.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@2124 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r--engine/lib/ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/ping.php b/engine/lib/ping.php
index 24b74a551..34edeb350 100644
--- a/engine/lib/ping.php
+++ b/engine/lib/ping.php
@@ -14,7 +14,7 @@
* The api for the pinger.
* TODO: Have this configurable and/or updatable
*/
- $NOTIFICATION_SERVER = "http://ping.elgg.org/services/api/rest.php";
+ $NOTIFICATION_SERVER = "http://ping.elgg.org/pg/api/rest/php/";
/**