Aleksander Machniak
2014-05-06 2ea27162e87f2abccd1fc3cc73969a85c48a7ade
Add comment about behavior with empty im_*_path
1 files modified
4 ■■■■ changed files
config/defaults.inc.php 4 ●●●● patch | view | raw | blame | history
config/defaults.inc.php
@@ -480,10 +480,10 @@
// download it from http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
$config['mime_types'] = null;
// path to imagemagick identify binary
// path to imagemagick identify binary (if not set we'll use Imagick or GD extensions)
$config['im_identify_path'] = null;
// path to imagemagick convert binary
// path to imagemagick convert binary (if not set we'll use Imagick or GD extensions)
$config['im_convert_path'] = null;
// Size of thumbnails from image attachments displayed below the message content.