Browse Source

Sets the maximum number of attachments per post from 1 (defualt) to 5

pull/40/head
nonmakina 3 years ago
parent
commit
6bca14bc34
  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