Remove enforcing image uniqueness
- fixes issue 34: https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/34
This commit is contained in:
parent
361a5babef
commit
4744a68846
|
@ -86,6 +86,7 @@ $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
||||||
|
|
||||||
// Max attachments per post
|
// Max attachments per post
|
||||||
$config['max_images'] = 5;
|
$config['max_images'] = 5;
|
||||||
|
$config['image_reject_repost'] = false;
|
||||||
|
|
||||||
$config['thumb_method'] = 'gm+gifsicle';
|
$config['thumb_method'] = 'gm+gifsicle';
|
||||||
$config['gnu_md5'] = '1';
|
$config['gnu_md5'] = '1';
|
||||||
|
|
Loading…
Reference in New Issue