diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-05 14:34:53 -0800 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-05 14:34:53 -0800 |
commit | eaac9350dd0ff02dda975f48e0be0c6ad1e7a56d (patch) | |
tree | f838d5a0e80ae5ee534b3daba7ab1b47abfdd5d3 /lib/common.php | |
parent | 6ce7d0c567b23d3bec035a9c4428399bdfdb896b (diff) | |
parent | 32f81b3c0e7be3da35d5813e5409fa3b65dc220e (diff) |
Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping
Conflicts:
lib/util.php
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 f215192f4..0355d01e3 100644 --- a/lib/common.php +++ b/lib/common.php @@ -144,6 +144,8 @@ $config = array('enabled' => false, 'server' => 'localhost', 'port' => 11211), + 'ping' => + array('notify' => array()), 'inboxes' => array('enabled' => true), # on by default for new sites ); |