summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-11 17:03:31 -0500
committerEvan Prodromou <evan@status.net>2010-02-11 17:03:31 -0500
commit3018683718bd73bf00472622f9e81914703d50a7 (patch)
treefb4fd8e96fed48555459a16f33b76e55617ecf88 /lib
parentb96af33d978bddfa66aa893ff1d59f2d83903afa (diff)
let backgrounds be put under SSL
Diffstat (limited to 'lib')
-rw-r--r--lib/default.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php
index 8a21271b8..0822654f6 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -116,7 +116,8 @@ $default =
'background' =>
array('server' => null,
'dir' => INSTALLDIR . '/background/',
- 'path' => $_path . '/background/'),
+ 'path' => $_path . '/background/',
+ 'ssl' => null),
'public' =>
array('localonly' => true,
'blacklist' => array(),