diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-06 16:19:35 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-06 16:19:35 +0200 |
commit | 2ea27162e87f2abccd1fc3cc73969a85c48a7ade (patch) | |
tree | dc2f32c7d267db41f181e54276d214cd4ae2d0ae /config/defaults.inc.php | |
parent | 8968f9543fb52b1196a4627ab1ccf777f50c7be9 (diff) |
Add comment about behavior with empty im_*_path
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | config/defaults.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 411e23047..a76eec6dc 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -480,10 +480,10 @@ $config['mime_magic'] = null; // 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. |