]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
fix photo album pager
[friendica.git] / htconfig.php
index 6f6e3faf96b5be465ec69f61a4eb713e1226843c..89c226e9b429ac4c37a92c3edbb28cd8067a3b18 100644 (file)
@@ -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
 
@@ -64,4 +64,8 @@ $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';
+
+