diff options
author | friendica <info@friendica.com> | 2013-08-19 17:18:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-19 17:18:13 -0700 |
commit | 2e14dc242e552629cac5914e85096d423e6fd43c (patch) | |
tree | cc63d1a204d50c3574294ef9df92588cc1035a4b /view | |
parent | 20f3d097080fde4315b25523fe29b129cdd7034c (diff) | |
download | volse-hubzilla-2e14dc242e552629cac5914e85096d423e6fd43c.tar.gz volse-hubzilla-2e14dc242e552629cac5914e85096d423e6fd43c.tar.bz2 volse-hubzilla-2e14dc242e552629cac5914e85096d423e6fd43c.zip |
if changing primary hub during an import operation - remove the old xchan and create a fresh xchan pointing at this instance. Also a minor edit to increase the default photo upload limit for new sites. There aren't many cameras left that will take photos < 800k in size.
Diffstat (limited to 'view')
-rw-r--r-- | view/en/htconfig.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 0417e9af2..3e1269441 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -64,7 +64,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 3000000; // Location of PHP command line processor |