]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
German translation more gender friendly. Some more logging in poller.php
[friendica.git] / htconfig.php
old mode 100644 (file)
new mode 100755 (executable)
index 11719a2..4698e9a
@@ -38,7 +38,7 @@ $a->config['admin_email'] = '';
 
 // 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
 
@@ -52,6 +52,7 @@ $a->config['php_path'] = 'php';
 // 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=';
 
 // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts
 
@@ -63,4 +64,11 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
 
 $a->config['system']['rino_encrypt'] = true;
 
\ No newline at end of file
+// default system theme
+
+$a->config['system']['theme'] = 'duepuntozero';
+
+
+// By default allow pseudonyms
+
+$a->config['system']['no_regfullname'] = true;