welcome notice, default sub for new users

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

View File

@@ -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');