let avatars be served over SSL

This commit is contained in:
Evan Prodromou
2010-02-11 16:51:15 -05:00
parent 5175b5062e
commit d6869cde7b
3 changed files with 17 additions and 3 deletions

View File

@@ -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/',