X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ffr%2Fhtconfig.tpl;h=76709ea752df7e37f175a1b6db468db5ee642f44;hb=58a9c652de09817b9c5d5132de51b8690ed32d53;hp=c65114a68a413d6bfe6538139a04664912632044;hpb=b3fa03d3b4175b565ae7ed9106cb83c43801b558;p=friendica.git diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl old mode 100644 new mode 100755 index c65114a68a..76709ea752 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -33,7 +33,7 @@ $a->config['sitename'] = "My Friend Network"; $a->config['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = ''; +$a->config['admin_email'] = '$adminmail'; // Maximum size of an imported message, 0 is unlimited @@ -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,8 +66,3 @@ $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';