From 12965e3da5ee90a1f889aae0f21ae517ab9ff2eb Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 27 Sep 2012 14:36:51 +0000 Subject: [PATCH] --- inc/commons/class.common.tools.php | 4 ---- 1 file changed, 4 deletions(-) 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'); -- 2.39.5