summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-11 17:06:57 -0500
committerEvan Prodromou <evan@status.net>2010-02-11 17:06:57 -0500
commit31461e120f23416c8c4979805900e3018fb2a6fd (patch)
tree84e6d7c4aea1e25e601b8ebbdb2810aee0f3cfdc /lib
parent3018683718bd73bf00472622f9e81914703d50a7 (diff)
let files go to SSL dir too
Diffstat (limited to 'lib')
-rw-r--r--lib/default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index 0822654f6..8b1fe2769 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -188,6 +188,7 @@ $default =
array('server' => null,
'dir' => INSTALLDIR . '/file/',
'path' => $_path . '/file/',
+ 'ssl' => null,
'supported' => array('image/png',
'image/jpeg',
'image/gif',