From f47ec794db04adefbb7ee196ab841ff05d7ec6e8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 14 Feb 2026 07:42:34 +0000 Subject: [PATCH] a --- Cron/Cronnettoyerfichierstemp.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cron/Cronnettoyerfichierstemp.php b/Cron/Cronnettoyerfichierstemp.php index 85f6c064..db3b3465 100755 --- a/Cron/Cronnettoyerfichierstemp.php +++ b/Cron/Cronnettoyerfichierstemp.php @@ -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" ); ?>