en | fr  | Contact  | Print  | Share

FrameBeurk File

Fmbk/Module/Zenpa/Patron/patronRessource.php

<?php //FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.
//patron pour envoi de fichier ressource

header('Content-Description: File Transfer');
header('Content-Type: ' $TRANSAC['TypeMimeRessource']);
header('Content-Disposition: attachment; filename="' $TRANSAC['nomFichierRessource'] .'"');
header('Expires: 0');
header('Cache-Control: must-revalidate');
header('Pragma: public');
header('Content-Length: ' strlen($TRANSAC['Vue']['Genere']));

echo 
$TRANSAC['Vue']['Genere'];


© 2010-2015 by ToolOscope SASU. © 2016-2018 by Arnaud De Rette. All rights reserved