diff --git a/www/pages/administration.php b/www/pages/administration.php index 51a2fd3f6..df312a3c3 100644 --- a/www/pages/administration.php +++ b/www/pages/administration.php @@ -76,7 +76,7 @@ Tous les clients '.$date.''; diff --git a/www/pages/telechargement.php b/www/pages/telechargement.php index 2133eee3b..8d685388e 100644 --- a/www/pages/telechargement.php +++ b/www/pages/telechargement.php @@ -111,7 +111,7 @@ if ($start == 1) { date('s',$dateFile), date('m',$dateFile), date('d',$dateFile), date('Y',$dateFile)); if (in_array(ENVIRONNEMENT, array('REC','DEV')) || $maxTime-$now<0) { - unlink($path.$file); + unlink($path.$file); } }