diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-28 17:36:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-28 17:36:39 -0400 |
commit | fe426a3152db14e175e3a5bb819c4eca4279b6f7 (patch) | |
tree | 0099a3f9cbe0149f74d96bff37d9ecfbdbd76fa1 /lib/common.php | |
parent | a4919eab6a5f01c3220507790f16c55dd4dbc1f6 (diff) |
welcome notice, default sub for new users
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index d9d0ab277..c2037c3ad 100644 --- a/lib/common.php +++ b/lib/common.php @@ -153,6 +153,9 @@ $config = array('notify' => array()), 'inboxes' => array('enabled' => true), # on by default for new sites + 'newuser' => + array('subscribe' => null, + 'welcome' => null), ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |