welcome notice, default sub for new users

This commit is contained in:
Evan Prodromou
2009-03-28 17:36:39 -04:00
parent a68836acb4
commit 148310e5fc
4 changed files with 60 additions and 0 deletions

View File

@@ -151,6 +151,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');