Name of directory which is delete
This commit is contained in:
parent
3c9fc9f7ea
commit
a6a9001af5
@ -110,8 +110,8 @@ function removeFile($path, $filePattern)
|
||||
function removePatternInDir($path, $tabPattern)
|
||||
{
|
||||
foreach($tabPattern as $pattern) {
|
||||
$result = removeFile($path, $pattern);
|
||||
echo "Suppression fichiers ".$dir." : ";
|
||||
echo "Suppression fichiers ".$path." : ";
|
||||
$result = removeFile($path, $pattern);
|
||||
if ($result === false){
|
||||
echo "Erreur";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user