diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-24 18:38:12 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-24 18:38:12 +0100 |
commit | 32f81b3c0e7be3da35d5813e5409fa3b65dc220e (patch) | |
tree | 1a6e5e808c1e3487c3559a21ba17715a3782708c /lib/common.php | |
parent | 4c9f3297f26d638539caede727e35aa5b54174a1 (diff) |
Initial support for ping service
It makes sense to use the weblogs.com ping service to alert people to
changes on the site. So, we do. Includes an extra ping queue handler.
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index a2f9b9bfe..cc82f8bd7 100644 --- a/lib/common.php +++ b/lib/common.php @@ -128,6 +128,8 @@ $config = array('enabled' => false, 'server' => 'localhost', 'port' => 11211), + 'ping' => + array('notify' => array()), 'inboxes' => array('enabled' => true), # on by default for new sites ); |