diff options
author | friendica <info@friendica.com> | 2015-03-01 19:14:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-01 19:14:59 -0800 |
commit | e006658b017f4de04b8f98049c2960c3165ceb11 (patch) | |
tree | e0a8a3c79d9aab5c085b503b062cda161e9c1487 | |
parent | d83460cd2ae5216208a17154d7a9858a5a633b33 (diff) | |
download | volse-hubzilla-e006658b017f4de04b8f98049c2960c3165ceb11.tar.gz volse-hubzilla-e006658b017f4de04b8f98049c2960c3165ceb11.tar.bz2 volse-hubzilla-e006658b017f4de04b8f98049c2960c3165ceb11.zip |
raise the default upload limit for the application. We eliminated this in English long ago, but several of the translated htconfig files still have the old limit.
-rw-r--r-- | view/cs/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/eo/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/es/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/fr/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/it/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/nb-no/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/pt-br/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/ru/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/sv/htconfig.tpl | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/view/cs/htconfig.tpl b/view/cs/htconfig.tpl index 493cb5d00..096143798 100644 --- a/view/cs/htconfig.tpl +++ b/view/cs/htconfig.tpl @@ -50,7 +50,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Location of PHP command line processor diff --git a/view/eo/htconfig.tpl b/view/eo/htconfig.tpl index 493cb5d00..096143798 100644 --- a/view/eo/htconfig.tpl +++ b/view/eo/htconfig.tpl @@ -50,7 +50,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Location of PHP command line processor diff --git a/view/es/htconfig.tpl b/view/es/htconfig.tpl index 493cb5d00..096143798 100644 --- a/view/es/htconfig.tpl +++ b/view/es/htconfig.tpl @@ -50,7 +50,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Location of PHP command line processor diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index 2a7f77186..a3b4c0644 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -51,7 +51,7 @@ $a->config['system']['max_import_size'] = 200000; // taille maximale pour le téléversement de photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Lien absolu vers le compilateur PHP diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index 493cb5d00..096143798 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -50,7 +50,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Location of PHP command line processor diff --git a/view/nb-no/htconfig.tpl b/view/nb-no/htconfig.tpl index 493cb5d00..096143798 100644 --- a/view/nb-no/htconfig.tpl +++ b/view/nb-no/htconfig.tpl @@ -50,7 +50,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Location of PHP command line processor diff --git a/view/pt-br/htconfig.tpl b/view/pt-br/htconfig.tpl index 493cb5d00..096143798 100644 --- a/view/pt-br/htconfig.tpl +++ b/view/pt-br/htconfig.tpl @@ -50,7 +50,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Location of PHP command line processor diff --git a/view/ru/htconfig.tpl b/view/ru/htconfig.tpl index 493cb5d00..096143798 100644 --- a/view/ru/htconfig.tpl +++ b/view/ru/htconfig.tpl @@ -50,7 +50,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Location of PHP command line processor diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl index 493cb5d00..096143798 100644 --- a/view/sv/htconfig.tpl +++ b/view/sv/htconfig.tpl @@ -50,7 +50,7 @@ $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['maximagesize'] = 8000000; // Location of PHP command line processor |