]> _ Git - cubist_util.git/commitdiff
wip #5422
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 29 Aug 2022 15:57:23 +0000 (17:57 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 29 Aug 2022 15:57:23 +0000 (17:57 +0200)
src/CommandLine/Imagemagick/Npx.php

index 3cf2eef93ad5d4fad3a73da25b8daeb42fcb2f65..4c2d29e743ca355dda8b4ae666a14c3abec78758 100644 (file)
@@ -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