removed default maximagesize - it can be set in the admin pages.

This commit is contained in:
friendica
2014-04-02 15:36:18 -07:00
parent 27fec9cb64
commit 69513441f5
2 changed files with 1 additions and 5 deletions

View File

@@ -69,10 +69,6 @@ $a->config['system']['sellpage'] = '';
$a->config['system']['max_import_size'] = 200000;
// maximum size of uploaded photos
$a->config['system']['maximagesize'] = 12000000;
// Location of PHP command line processor
$a->config['system']['php_path'] = '{{$phpath}}';