This commit is contained in:
KANE LAZENI 2026-02-14 07:42:34 +00:00
parent 7342927065
commit f47ec794db

View File

@ -80,7 +80,6 @@ tempAssure,
tempRh tempRh
*/ */
// Production
var_dump( var_dump(
array( array(
"tempProduction" => $tempProduction, "tempProduction" => $tempProduction,
@ -92,7 +91,8 @@ var_dump(
); );
exit(); exit();
$nettoyerfihierstemp->suppression( "../Temp" , "3600" ); // Production
$nettoyerfihierstemp->suppression( "../Temp/import" , "432000" ); $nettoyerfihierstemp->suppression($tempProduction."/Temp" , "3600" );
$nettoyerfihierstemp->suppression($tempProduction."/Temp/import" , "432000" );
?> ?>