]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
default theme ssl to null
authorEvan Prodromou <evan@status.net>
Thu, 11 Feb 2010 21:48:15 +0000 (16:48 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 11 Feb 2010 21:48:15 +0000 (16:48 -0500)
lib/default.php

index 1a2cc4cf6d0b14b077e20d35e869138bc86e12b5..fd6831fa9b2378714039079b9ed1bb6350cf8770 100644 (file)
@@ -124,7 +124,7 @@ $default =
         array('server' => null,
               'dir' => null,
               'path'=> null,
-              'ssl' => false),
+              'ssl' => null),
         'javascript' =>
         array('server' => null,
               'path'=> null),