From 02a5d3fdb7e1e0f35d814701b183a8c62613ad42 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 19 Apr 2017 12:27:51 -0400 Subject: [PATCH] Change default directory URL --- htconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htconfig.php b/htconfig.php index 5967e79f4e..b3e4ef9e9b 100644 --- a/htconfig.php +++ b/htconfig.php @@ -87,7 +87,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.friendi.ca'; +$a->config['system']['directory'] = 'https://dir.friendica.social'; // Allowed protocols in link URLs; HTTP protocols always are accepted $a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');