empty line

This commit is contained in:
fredtempez 2019-12-22 18:51:06 +01:00
parent 04b1d8ebcc
commit d808c316d1

View File

@ -223,7 +223,6 @@ class config extends common {
$relativePath = substr($filePath, strlen(realpath($directory)) + 1); $relativePath = substr($filePath, strlen(realpath($directory)) + 1);
$zip->addFile($filePath, $relativePath); $zip->addFile($filePath, $relativePath);
} }
} }
$zip->close(); $zip->close();
// Téléchargement du ZIP // Téléchargement du ZIP