Update directory URL protocol
This commit is contained in:
parent
66e5586d21
commit
5bb35756dc
3 changed files with 3 additions and 3 deletions
2
boot.php
2
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue