From fabbaa83703c3392c79ed18fb7e7a693d9d8485e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 29 Aug 2022 17:57:23 +0200 Subject: [PATCH] wip #5422 --- src/CommandLine/Imagemagick/Npx.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CommandLine/Imagemagick/Npx.php b/src/CommandLine/Imagemagick/Npx.php index 3cf2eef..4c2d29e 100644 --- a/src/CommandLine/Imagemagick/Npx.php +++ b/src/CommandLine/Imagemagick/Npx.php @@ -18,7 +18,6 @@ class Npx extends CommandLine public function execute($fonction = 'shell_exec') { - $this->setArg('unsafe-perm', 'true'); parent::execute($fonction); } } \ No newline at end of file -- 2.39.5