Changeset 360 for trunk/client/modules


Ignore:
Timestamp:
Mar 14, 2022, 5:13:56 PM (2 years ago)
Author:
roby
Message:

ATTENZIONE: con questa rev viene cambiato il charset che da ora viene impostato su utf8. Fate tutte le vostre verifiche prima di installarla.
Seconda fase di rivisitazione e completamento delle funzioni necessarie per l'accesso al servizio tramite cellulare.
Effettuate alcune sistemazioni per gli avvisi di incongruenza.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/backup.php

    r322 r360  
    1212list($nomeFile) = $result->fetch(PDO::FETCH_NUM);
    1313#$nomeFile="backup";
    14 header( 'Content-Type: application/octet-stream' );
     14header( 'Content-Type: application/octet-stream; charset=utf-8' );
    1515header( 'Content-Disposition: attachment; filename="'.$nomeFile.'"' );
    1616#header( 'Content-Length:'.strlen( $content ) );
Note: See TracChangeset for help on using the changeset viewer.