From f9381ed746009348462f4f96ed397fabab4e172e Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 6 Feb 2014 13:32:29 -0800 Subject: notification bug - don't use $r, we already set it to something else that we need further on. --- view/en/htconfig.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/en') diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 28fdd04f0..840e7a124 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -65,12 +65,13 @@ $a->config['system']['access_policy'] = ACCESS_PRIVATE; $a->config['system']['sellpage'] = ''; // Maximum size of an imported message, 0 is unlimited +// FIXME - NOT currently implemented. $a->config['system']['max_import_size'] = 200000; // maximum size of uploaded photos -$a->config['system']['maximagesize'] = 3000000; +$a->config['system']['maximagesize'] = 12000000; // Location of PHP command line processor -- cgit v1.2.3