]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Don't spool relay deliveries
[friendica.git] / boot.php
index 1ca8b8d8d8ccf720c977887789c6ebd5f8ade8cf..ba12f86d2c4f392bfcec9c8b73827e4822c8b0b8 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1292,7 +1292,7 @@ function get_server()
        $server = Config::get("system", "directory");
 
        if ($server == "") {
-               $server = "http://dir.friendica.social";
+               $server = "https://dir.friendica.social";
        }
 
        return($server);