diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 80880f04..f34ad022 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -542,13 +542,13 @@ class theme extends common { } $zip->close(); // Téléchargement du ZIP - header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Transfer-Encoding: binary'); header('Content-Disposition: attachment; filename="' . $zipFilename . '"'); header('Content-Length: ' . filesize('site/tmp/' . $zipFilename)); readfile('site/tmp/' . $zipFilename); + // Nettoyage du dossier unlink ('site/tmp/' . $zipFilename); rmdir ($folderTemp); // Valeurs en sortie diff --git a/core/module/theme/view/manage/manage.php b/core/module/theme/view/manage/manage.php index c5a941ef..e6718df5 100644 --- a/core/module/theme/view/manage/manage.php +++ b/core/module/theme/view/manage/manage.php @@ -1,24 +1,35 @@ -
L'archive ZIP contient la structure du thème avec l'arborescence complète à copier dans le dossier site. Les images sont comprises dans l'archive. +