Update remaining "dir.friendi.ca" instances

This commit is contained in:
Hypolite Petovan 2017-06-02 22:15:43 -04:00
commit cbd3edbc05
4 changed files with 7 additions and 7 deletions

View file

@ -1375,7 +1375,7 @@ function get_server() {
$server = get_config("system", "directory");
if ($server == "") {
$server = "http://dir.friendi.ca";
$server = "http://dir.friendica.social";
}
return($server);