Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 655 → Rev 656

/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.5 2005-11-25 14:33:08 ddelon Exp $
// CVS : $Id: pap_envoi.inc.php,v 1.6 2005-12-09 16:01:53 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.5 $ $Date: 2005-11-25 14:33:08 $
*@version $Revision: 1.6 $ $Date: 2005-12-09 16:01:53 $
// +------------------------------------------------------------------------------------------------------+
*/
 
45,7 → 45,7
// +------------------------------------------------------------------------------------------------------+
// | CORPS du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
/*
 
$page_gzippe = GEN_compresserDonneesZLIB($_GEN_commun['sortie']);
// Nous mettons à jour le cache
if (!empty($_GEN_commun['info_application']) && $_GEN_commun['info_application']->cache) {
73,7 → 73,7
exit();
}
}
*/
 
// La compression ne fonctionne pas ou les données ne sont pas compressées,
// nous envoyons directement la page.
echo($_GEN_commun['sortie']);
81,6 → 81,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5 2005/11/25 14:33:08 ddelon
* desactivation compression
*
* Revision 1.4 2005/02/28 11:20:42 jpm
* Modification des auteurs.
*