phpcs
This commit is contained in:
parent
df4b3b09d2
commit
5d9b770511
@ -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');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user