diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-25 20:52:31 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-25 20:52:31 +0000 |
commit | 16f51169d2db7126687b5078864cd822058ff1c3 (patch) | |
tree | 4fd3b91b4f0d045efc4a2b573f8b9ac74a7ac6a7 /engine/lib | |
parent | d956daa37bf599077b6d599f1a03474cab0023f8 (diff) | |
download | elgg-16f51169d2db7126687b5078864cd822058ff1c3.tar.gz elgg-16f51169d2db7126687b5078864cd822058ff1c3.tar.bz2 |
Some notes
git-svn-id: https://code.elgg.org/elgg/trunk@1550 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/ping.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/ping.php b/engine/lib/ping.php index 4358e73ec..fef079993 100644 --- a/engine/lib/ping.php +++ b/engine/lib/ping.php @@ -12,6 +12,7 @@ /** * The api for the pinger. + * TODO: Have this configurable and/or updatable */ $NOTIFICATION_SERVER = "http://ping.elgg.org/services/api/rest.php"; |