X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fit%2Fhtconfig.tpl;h=6158f6a33d73a6aae29ceed5dd71c01cd147acde;hb=d3f83c93753791708b873df46b00d749f27ae7df;hp=180f7885ccaeb572bd29bbfdedabe6c2870a4ae6;hpb=fbb635462a5a1f371801741b03b1ecef623d9323;p=friendica.git diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl old mode 100644 new mode 100755 index 180f7885cc..6158f6a33d --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -33,11 +33,11 @@ $a->config['sitename'] = "La Mia Rete di Amici"; $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 -$a->config['max_import_size'] = 10000; +$a->config['max_import_size'] = 200000; // maximum size of uploaded photos @@ -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';