Remove enforcing image uniqueness

- fixes issue 34:
    https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/34
This commit is contained in:
towards-a-new-leftypol 2020-12-27 15:16:39 -05:00
parent 361a5babef
commit 4744a68846
1 changed files with 1 additions and 0 deletions

View File

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