diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-13 16:45:44 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-13 16:45:44 -0500 |
commit | 169b3e00e1e7dfdcb800afd6169024c3da2be99e (patch) | |
tree | 9854f49d8a1cf1783bb56eec03bbbe6aea252491 /lib/common.php | |
parent | 69a1cea319f22362d197cb8a0fc9ab19abdf8548 (diff) |
add documentation on notice inboxes
darcs-hash:20081113214544-84dde-a6de7a968847a7043aecdf0201abca648dd15e70.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index ae24ac7a2..63ea37b89 100644 --- a/lib/common.php +++ b/lib/common.php @@ -111,7 +111,9 @@ $config = 'memcached' => array('enabled' => false, 'server' => 'localhost', - 'port' => 11211) + 'port' => 11211), + 'inboxes' => + array('enabled' => true), # on by default for new sites ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |