diff --git a/doc/Annexes.pdf b/doc/Annexes.pdf index b70e405..15a1eaf 100644 Binary files a/doc/Annexes.pdf and b/doc/Annexes.pdf differ diff --git a/doc/rapport.pdf b/doc/rapport.pdf index 233cbc8..83d9e7f 100644 Binary files a/doc/rapport.pdf and b/doc/rapport.pdf differ diff --git a/manager/module/download.php b/manager/module/download.php index a6af9d6..69b59d3 100644 --- a/manager/module/download.php +++ b/manager/module/download.php @@ -331,7 +331,7 @@ 'ModuleError' => ManagerError::Success, 'headers' => array( 'Content-Type' => 'application/zip; charset=utf-8', - 'Content-Disposition' => 'attachment; filename=export'.date('_d_m_Y_', time()).'.zip', + 'Content-Disposition' => 'attachment; filename=export'.date('_d_m_Y', time()).'.zip', 'Pragma' => 'no-cache', 'Expires' => '0' ), @@ -589,7 +589,7 @@ 'ModuleError' => ManagerError::Success, 'headers' => array( 'Content-Type' => 'application/zip; charset=utf-8', - 'Content-Disposition' => 'attachment; filename=graphics'.date('_d_m_Y_', time()).'.zip', + 'Content-Disposition' => 'attachment; filename=graphics'.date('_d_m_Y', time()).'.zip', 'Pragma' => 'no-cache', 'Expires' => '0' ),