From: vincent@cubedesigners.com Date: Thu, 27 Sep 2012 14:36:51 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=12965e3da5ee90a1f889aae0f21ae517ab9ff2eb;p=cubeextranet.git --- diff --git a/inc/commons/class.common.tools.php b/inc/commons/class.common.tools.php index db507d667..5d26ed9e9 100644 --- a/inc/commons/class.common.tools.php +++ b/inc/commons/class.common.tools.php @@ -495,10 +495,6 @@ class commonTools { $openssl->setArg('-subj', '/emailAddress=' . $_POST['email'] . ', CN=' . $_POST['nom'] . ', C=' . $_POST['country']); $openssl->execute(); - fb($openssl->commande); - fb($openssl->output); - - $tmpfile = cubeFiles::tempnam() . '.zip'; $zip = new cubeCommandLine('zip');