shish 4 ani în urmă
părinte
comite
8b05b204d2
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      app-ghs/controllers/CsController.php

+ 1 - 2
app-ghs/controllers/CsController.php

@@ -139,10 +139,9 @@ class CsController extends PublicController
 
         $objPHPExcel->setActiveSheetIndex(0);
 
-        $date = date('n月j日');
 
         header('Content-Type: application/vnd.ms-excel');
-        header('Content-Disposition: attachment;filename="'.$date.'.xls"');
+        header('Content-Disposition: attachment;filename="0922.xls"');
         header('Cache-Control: max-age=0');
 
         header('Cache-Control: max-age=1');