Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 840 → Rev 841

/trunk/papyrus/pap_envoi.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_envoi.inc.php,v 1.7 2006-01-12 16:37:01 ddelon Exp $
// CVS : $Id: pap_envoi.inc.php,v 1.8 2006-05-10 16:02:49 ddelon Exp $
/**
* Gestion de l'envoie des pages à afficher.
*
31,7 → 31,7
//Autres auteurs :
*@author Laurent COUDOUNEAU <lc@gsite.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.7 $ $Date: 2006-01-12 16:37:01 $
*@version $Revision: 1.8 $ $Date: 2006-05-10 16:02:49 $
// +------------------------------------------------------------------------------------------------------+
*/
 
43,7 → 43,7
{
return gzencode($output);
}
 
/*
// Check if the browser supports gzip encoding, HTTP_ACCEPT_ENCODING
if (strstr ($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip') && function_exists('gzencode') )
{
54,12 → 54,15
// Tell the browser the content is compressed with gzip
header ("Content-Encoding: gzip");
}
 
*/
echo($_GEN_commun['sortie']);
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2006/01/12 16:37:01 ddelon
* compression N**t*n
*
* Revision 1.6 2005/12/09 16:01:53 ddelon
* retablissement compression
*