Browse Source

Remove enforcing image uniqueness

- fixes issue 34:
    https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/34
pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
4744a68846
  1. 1
      inc/instance-config.php

1
inc/instance-config.php

@ -86,6 +86,7 @@ $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
// Max attachments per post
$config['max_images'] = 5;
$config['image_reject_repost'] = false;
$config['thumb_method'] = 'gm+gifsicle';
$config['gnu_md5'] = '1';

Loading…
Cancel
Save