photo editing

This commit is contained in:
Mike Macgirvin 2010-08-08 01:58:26 -07:00
parent 5933f13ab7
commit c9d8211ae7
6 changed files with 79 additions and 7 deletions

View file

@ -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;