Changeset 360 for trunk/client/modules/Elezioni
- Timestamp:
- Mar 14, 2022, 5:13:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/backup.php
r322 r360 12 12 list($nomeFile) = $result->fetch(PDO::FETCH_NUM); 13 13 #$nomeFile="backup"; 14 header( 'Content-Type: application/octet-stream ' );14 header( 'Content-Type: application/octet-stream; charset=utf-8' ); 15 15 header( 'Content-Disposition: attachment; filename="'.$nomeFile.'"' ); 16 16 #header( 'Content-Length:'.strlen( $content ) );
Note:
See TracChangeset
for help on using the changeset viewer.