From e006658b017f4de04b8f98049c2960c3165ceb11 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 1 Mar 2015 19:14:59 -0800 Subject: 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. --- view/nb-no/htconfig.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/nb-no') 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 -- cgit v1.2.3