diff options
author | Evan Prodromou <evan@status.net> | 2010-02-11 16:48:15 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-11 16:48:15 -0500 |
commit | 5175b5062ea7635016a392496e8495d03d71a4ae (patch) | |
tree | 03707d787fd39fb6c4247c821277efe60686aef3 /lib/default.php | |
parent | 316ed3f86b60150d66460b478bf7146811bb6bb1 (diff) |
default theme ssl to null
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
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), |