]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed suggested path for imagemagick as it conflicts with apache security - need...
authorcash <cash.costello@gmail.com>
Wed, 12 Oct 2011 01:46:34 +0000 (21:46 -0400)
committercash <cash.costello@gmail.com>
Wed, 12 Oct 2011 01:46:34 +0000 (21:46 -0400)
views/default/tidypics/forms/settings.php

index 5eae9becc78f1ef4f7aab09e9ba8f7a1c8cc0e0c..7e2aabb14767fa9153b83b070e85dccd79a36499 100644 (file)
@@ -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 .= "<p>" . elgg_echo('tidypics:settings:im_path') . "<br />";
        $form_body .= elgg_view("input/text",array('internalname' => 'params[im_path]', 'value' => $im_path)) . "</p>";