Changeset 252 for trunk/client/modules/Elezioni/crea_pagina.php
- Timestamp:
- Apr 16, 2016, 8:46:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/crea_pagina.php
r225 r252 31 31 32 32 if ($xls==1) { 33 $nomefile=strip_tags(str_replace(" ", "_", $datipdf).".xls"); 33 34 $nomefile=strip_tags(str_replace(array('"', "'", ' ', ','), "_", $datipdf).".xls"); 34 35 # $nomefile=$_SESSION['nomefile'].".xls"; 35 36 header ("Content-Type: application/vnd.ms-excel");
Note:
See TracChangeset
for help on using the changeset viewer.