Subversion Repositories Applications.gtt

Rev

Rev 124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 124 Rev 127
Line 80... Line 80...
80
    			$this->getRegistre()->ajouterDonnee('principal', $aso_principal['principal']);
80
    			$this->getRegistre()->ajouterDonnee('principal', $aso_principal['principal']);
81
			}
81
			}
82
    		$sortie = $this->rendre();
82
    		$sortie = $this->rendre();
Line 83... Line 83...
83
 
83
 
84
			// Gestion de la sortie
-
 
85
			//header('Pragma: public');
-
 
86
			//header('Expires: 0');
-
 
87
			//header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
-
 
88
			//header('Cache-Control: private', false);
84
			// Gestion de la sortie
89
    		switch ($this->url_sortie) {
85
    		switch ($this->url_sortie) {
90
    			case 'html' :
86
    			case 'html' :
91
    				echo $sortie;
87
    				echo $sortie;
92
    				break;
88
    				break;