Merge pull request #3361 from Hypolite/issue/#3053
Change default directory URL
This commit is contained in:
commit
da9bbc25cf
|
@ -87,7 +87,7 @@ $a->config['system']['no_regfullname'] = true;
|
||||||
//$a->config['system']['block_local_dir'] = false;
|
//$a->config['system']['block_local_dir'] = false;
|
||||||
|
|
||||||
// Location of the global directory
|
// 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
|
// Allowed protocols in link URLs; HTTP protocols always are accepted
|
||||||
$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');
|
$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');
|
||||||
|
|
Loading…
Reference in a new issue