From: Vincent Vanwaelscappel Date: Mon, 29 Aug 2022 15:20:38 +0000 (+0200) Subject: wip #5422 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3cdd8a6460d64903bece45df9ee258fab17cfa7d;p=cubist_util.git wip #5422 @0.25 --- diff --git a/src/CommandLine/Imagemagick/Npx.php b/src/CommandLine/Imagemagick/Npx.php new file mode 100644 index 0000000..3cf2eef --- /dev/null +++ b/src/CommandLine/Imagemagick/Npx.php @@ -0,0 +1,24 @@ +setManualArg($module); + } + + public function execute($fonction = 'shell_exec') + { + $this->setArg('unsafe-perm', 'true'); + parent::execute($fonction); + } +} \ No newline at end of file