mirror of
https://github.com/friendica/friendica
synced 2025-12-05 06:07:10 +01:00
photo editing
This commit is contained in:
parent
5933f13ab7
commit
c9d8211ae7
6 changed files with 79 additions and 7 deletions
|
|
@ -28,6 +28,6 @@ $a->config['register_policy'] = REGISTER_OPEN;
|
|||
$a->config['register_text'] = '';
|
||||
$a->config['admin_email'] = '';
|
||||
|
||||
// Maximum size of an imported message, 0 is unlimited.
|
||||
// Maximum size of an imported message, 0 is unlimited (but our database 'text' element is limited to 65535).
|
||||
|
||||
$a->config['max_import_size'] = 10000;
|
||||
Loading…
Add table
Add a link
Reference in a new issue