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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user