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',
|
'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');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user