Browse Source

Merge pull request #44 from nonmakina/maxAttachments

Sets the maximum number of attachments per post from 1 (defualt) to 5
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
3612790a51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      inc/instance-config.php

3
inc/instance-config.php

@ -84,6 +84,9 @@ $config['threads_preview'] = 5;
$config['root'] = '/';
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
// Max attachments per post
$config['max_images'] = 5;
$config['thumb_method'] = 'gm+gifsicle';
$config['gnu_md5'] = '1';
// $config['update_on_posts'] = true;

Loading…
Cancel
Save