diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 323d3e47..a469ec7f 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -545,7 +545,8 @@ class theme extends common { */ public function makezip() { // Creation du dossier - $zipFilename = 'theme-'.date('dmY').'-'.date('hm').'-'.rand(10,99).'.zip'; + // $zipFilename = 'theme-'.date('dmY').'-'.date('hm').'-'.rand(10,99).'.zip'; + $zipFilename = 'theme '.date('d m Y').' '.date('H i s ').'.zip'; $zip = new ZipArchive(); if ($zip->open('site/tmp/' . $zipFilename, ZipArchive::CREATE | ZipArchive::OVERWRITE ) === TRUE) { $zip->addFile('site/data/theme.json','site/data/theme.json');