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',
'path' => '/'),
'avatar' =>
array('directory' => INSTALLDIR . '/files',
'path' => '/files')
array('directory' => INSTALLDIR . '/avatar',
'path' => '/avatar')
);
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');