diff options
-rw-r--r-- | engine/lib/ping.php | 2 |
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/"; /** |