]> git.mxchange.org Git - friendica.git/blobdiff - view/en/htconfig.tpl
remove some old email templates
[friendica.git] / view / en / htconfig.tpl
index d3bb6b411e3b047a79a86b791c5caeab66bdf400..c535cefa68c5ac27d4172b1de158def3d5a3208b 100644 (file)
@@ -33,11 +33,11 @@ $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
 
-$a->config['max_import_size'] = 10000;
+$a->config['max_import_size'] = 200000;
 
 // maximum size of uploaded photos
 
@@ -66,9 +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';
-