mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02: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