Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 860 → Rev 861

/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.8 2006-05-10 16:02:49 ddelon Exp $
// CVS : $Id: pap_envoi.inc.php,v 1.9 2006-06-08 09:00:06 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.8 $ $Date: 2006-05-10 16:02:49 $
*@version $Revision: 1.9 $ $Date: 2006-06-08 09:00:06 $
// +------------------------------------------------------------------------------------------------------+
*/
 
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.8 2006/05/10 16:02:49 ddelon
* Finition multilinguise et schizo flo
*
* Revision 1.7 2006/01/12 16:37:01 ddelon
* compression N**t*n
*