[CORE] Make avatars be served with the same mechanism as attachments

This commit is contained in:
Hugo Sales
2020-03-06 17:34:49 +00:00
committed by Diogo Peralta Cordeiro
parent 1ea12e0cdf
commit b7ed15c865
4 changed files with 76 additions and 3 deletions

View File

@@ -147,8 +147,8 @@ $default =
array('jpegquality' => 85),
'avatar' =>
array('server' => null,
'dir' => PUBLICDIR . '/avatar/',
'path' => $_path . '/avatar/',
'dir' => INSTALLDIR . '/file/avatar/',
'url_base' => $_path . '/avatar/',
'ssl' => null,
'maxsize' => 300),
'foaf' =>