summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-11 16:48:15 -0500
committerEvan Prodromou <evan@status.net>2010-02-11 16:48:15 -0500
commit5175b5062ea7635016a392496e8495d03d71a4ae (patch)
tree03707d787fd39fb6c4247c821277efe60686aef3 /lib
parent316ed3f86b60150d66460b478bf7146811bb6bb1 (diff)
default theme ssl to null
Diffstat (limited to 'lib')
-rw-r--r--lib/default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php
index 1a2cc4cf6..fd6831fa9 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -124,7 +124,7 @@ $default =
array('server' => null,
'dir' => null,
'path'=> null,
- 'ssl' => false),
+ 'ssl' => null),
'javascript' =>
array('server' => null,
'path'=> null),