This commit is contained in:
Laurent Destailleur 2018-10-15 13:30:25 +02:00
parent df4b3b09d2
commit 5d9b770511
2 changed files with 3 additions and 2 deletions

View File

@ -284,8 +284,9 @@ class Utils
} }
$errormsg=''; $errormsg='';
$handle = '';
// Debut appel methode execution // Start call method to execute dump
$fullcommandcrypted=$command." ".$paramcrypted." 2>&1"; $fullcommandcrypted=$command." ".$paramcrypted." 2>&1";
$fullcommandclear=$command." ".$paramclear." 2>&1"; $fullcommandclear=$command." ".$paramclear." 2>&1";
if ($compression == 'none') $handle = fopen($outputfile, 'w'); if ($compression == 'none') $handle = fopen($outputfile, 'w');