Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 612 → Rev 613

/trunk/papyrus/pap_envoi.inc.php
1,5 → 1,5
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
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.4 2005-02-28 11:20:42 jpm Exp $
// CVS : $Id: pap_envoi.inc.php,v 1.5 2005-11-25 14:33:08 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.4 $ $Date: 2005-02-28 11:20:42 $
*@version $Revision: 1.5 $ $Date: 2005-11-25 14:33:08 $
// +------------------------------------------------------------------------------------------------------+
*/
 
45,6 → 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) {
59,7 → 60,7
' gpc_date_heure = NOW(), '.
' gpc_taille = '.strlen($_GEN_commun['sortie']).', '.
' gpc_gz_taille = '.strlen($contenu_en_cache);
 
$resultat = $db->query($requete);
(DB::isError($resultat))
? die(BOG_afficherErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete))
72,6 → 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']);
79,6 → 81,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2005/02/28 11:20:42 jpm
* Modification des auteurs.
*
* Revision 1.3 2004/10/15 18:29:19 jpm
* Modif pour gérer l'appli installateur de Papyrus.
*