forked from GNUsocial/gnu-social
let avatars be served over SSL
This commit is contained in:
@@ -111,7 +111,8 @@ $default =
|
||||
'avatar' =>
|
||||
array('server' => null,
|
||||
'dir' => INSTALLDIR . '/avatar/',
|
||||
'path' => $_path . '/avatar/'),
|
||||
'path' => $_path . '/avatar/',
|
||||
'ssl' => null),
|
||||
'background' =>
|
||||
array('server' => null,
|
||||
'dir' => INSTALLDIR . '/background/',
|
||||
|
Reference in New Issue
Block a user