summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-10-14 14:22:17 -0400
committerEvan Prodromou <evan@status.net>2010-10-14 14:22:17 -0400
commitb31c49c5d47e04c59bbbcf878ffd307fbf60b533 (patch)
tree83398b62b5a6d7032118bf12c8715e9837980a5c /lib/default.php
parentecb582e41900b9a8fe0cc01eac9c68b4da61d734 (diff)
Make HTTPS urls in File::url() if necessary
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index 45e35e83d..08ad811b6 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -210,6 +210,8 @@ $default =
array('server' => null,
'dir' => INSTALLDIR . '/file/',
'path' => $_path . '/file/',
+ 'sslserver' => null,
+ 'sslpath' => null,
'ssl' => null,
'supported' => array('image/png',
'image/jpeg',