1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00
This commit is contained in:
Savetheinternet 2011-07-22 19:45:45 +10:00
parent 3d1c7664b3
commit e2a6ea14cf

View File

@ -238,9 +238,13 @@
$config['max_height'] = &$config['max_width']; // 1:1
// Reject a post if its image is already in active content
$config['image_reject_repost'] = true;
/**
Redraw the image using GD functions to strip any excess data (commonly ZIP archives)
WARNING: Currently strips animated GIFs too :(
Note: Currently not implemented anymore. Will be added back at a later date.
**/
$config['redraw_image'] = false;
// Redrawing configuration