From: cash Date: Wed, 12 Oct 2011 01:46:34 +0000 (-0400) Subject: removed suggested path for imagemagick as it conflicts with apache security - need... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a65e752f9ac005aae499c4bc6f97916fa01ce29c;p=lorea%2Felgg.git removed suggested path for imagemagick as it conflicts with apache security - need better solution --- diff --git a/views/default/tidypics/forms/settings.php b/views/default/tidypics/forms/settings.php index 5eae9becc..7e2aabb14 100644 --- a/views/default/tidypics/forms/settings.php +++ b/views/default/tidypics/forms/settings.php @@ -104,7 +104,7 @@ if (is_callable('exec') && !in_array('exec', $disablefunc)) { // Image Magick Path $im_path = $plugin->im_path; if(!$im_path) { - $im_path = "/usr/bin/"; + $im_path = ""; } $form_body .= "

" . elgg_echo('tidypics:settings:im_path') . "
"; $form_body .= elgg_view("input/text",array('internalname' => 'params[im_path]', 'value' => $im_path)) . "

";