From b31c49c5d47e04c59bbbcf878ffd307fbf60b533 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Oct 2010 14:22:17 -0400 Subject: Make HTTPS urls in File::url() if necessary --- lib/default.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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', -- cgit v1.2.3-54-g00ecf