X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fen%2Fhtconfig.tpl;h=9e39eeb59cc88fe0c94e78495ed60dcebc709475;hb=6b6f00c7023303f9b38e785528217308bf9e49ae;hp=6eb95013091a7fba5604cd0c80cb71a09b7d3d4d;hpb=2d2b5006397bb6ac90f7e33e6022000ec836e86e;p=friendica.git diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 6eb9501309..9e39eeb59c 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -49,8 +49,8 @@ $a->config['php_path'] = '$phpath'; // Location of global directory submission page. -$a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'; -$a->config['system']['directory_search_url'] = 'http://dir.friendika.com/directory?search='; +$a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit'; +$a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directory?search='; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts @@ -66,9 +66,6 @@ $a->config['system']['rino_encrypt'] = true; $a->config['system']['theme'] = 'duepuntozero'; -// Addons or plugins are configured here. -// This is a comma seperated list of addons to enable. Example: -// $a->config['system']['addon'] = 'js_upload,randplace,oembed'; - -$a->config['system']['addon'] = 'js_upload'; +// By default allow pseudonyms +$a->config['system']['no_regfullname'] = true;