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