change defaults to use avatar dir

darcs-hash:20080518191849-84dde-ecaf7a36d27378d707d0a08b3948bcc2af24374f.gz
This commit is contained in:
Evan Prodromou 2008-05-18 15:18:49 -04:00
parent 7983311918
commit a4789e79c8
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ $config =
'server' => 'localhost', 'server' => 'localhost',
'path' => '/'), 'path' => '/'),
'avatar' => 'avatar' =>
array('directory' => INSTALLDIR . '/files', array('directory' => INSTALLDIR . '/avatar',
'path' => '/files') 'path' => '/avatar')
); );
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');