en | fr | Contact  | Imprimer  | Partager

Fichier FrameBeurk

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'];


© ToolOscope SASU 2010-2015. © Arnaud De Rette 2016-2018. Tous droits réservés.