]> git.mxchange.org Git - friendica.git/commitdiff
Update directory URL protocol
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 28 Apr 2018 00:56:34 +0000 (20:56 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 28 Apr 2018 00:56:34 +0000 (20:56 -0400)
boot.php
util/htconfig.vagrant.php
view/templates/htconfig.tpl

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);
index 9c96687e71af4b53418c878ef3b5293b42676de4..623b587ef014e84ef0fb341659b83a1bcbf31c48 100644 (file)
@@ -65,7 +65,7 @@ $a->config['system']['no_regfullname'] = true;
 //$a->config['system']['block_local_dir'] = false;
 
 // Location of the global directory
-$a->config['system']['directory'] = 'http://dir.friendica.social';
+$a->config['system']['directory'] = 'https://dir.friendica.social';
 
 // turn on friendica's log
 $a->config['system']['debugging'] = true;
index d72307fb5a90348b5a0f81cd16d8b051a658095a..1325a6177131a005a99c95acf4ebe7fd75e679fb 100644 (file)
@@ -107,7 +107,7 @@ $a->config['system']['no_regfullname'] = true;
 //$a->config['system']['block_local_dir'] = false;
 
 // Location of the global directory
-$a->config['system']['directory'] = 'http://dir.friendica.social';
+$a->config['system']['directory'] = 'https://dir.friendica.social';
 
 // Authentication cookie lifetime, in days
 $a->config['system']['auth_cookie_lifetime'] = 7;