diff options
author | Evan Prodromou <evan@status.net> | 2010-02-11 17:06:57 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-11 17:06:57 -0500 |
commit | 31461e120f23416c8c4979805900e3018fb2a6fd (patch) | |
tree | 84e6d7c4aea1e25e601b8ebbdb2810aee0f3cfdc /lib/default.php | |
parent | 3018683718bd73bf00472622f9e81914703d50a7 (diff) |
let files go to SSL dir too
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 1 |
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', |