change defaults to use avatar dir
darcs-hash:20080518191849-84dde-ecaf7a36d27378d707d0a08b3948bcc2af24374f.gz
This commit is contained in:
parent
7983311918
commit
a4789e79c8
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user