a
This commit is contained in:
@@ -80,7 +80,6 @@ tempAssure,
|
||||
tempRh
|
||||
*/
|
||||
|
||||
// Production
|
||||
var_dump(
|
||||
array(
|
||||
"tempProduction" => $tempProduction,
|
||||
@@ -92,7 +91,8 @@ var_dump(
|
||||
);
|
||||
exit();
|
||||
|
||||
$nettoyerfihierstemp->suppression( "../Temp" , "3600" );
|
||||
$nettoyerfihierstemp->suppression( "../Temp/import" , "432000" );
|
||||
// Production
|
||||
$nettoyerfihierstemp->suppression($tempProduction."/Temp" , "3600" );
|
||||
$nettoyerfihierstemp->suppression($tempProduction."/Temp/import" , "432000" );
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user