Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 126 → Rev 127

/trunk/bibliotheque/noyau/ControlleurFrontal.class.php
82,10 → 82,6
$sortie = $this->rendre();
 
// Gestion de la sortie
//header('Pragma: public');
//header('Expires: 0');
//header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
//header('Cache-Control: private', false);
switch ($this->url_sortie) {
case 'html' :
echo $sortie;