Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/02/2006, 01:31
Avatar de el_cesar
el_cesar
 
Fecha de Ingreso: mayo-2001
Ubicación: Cali
Mensajes: 2.423
Antigüedad: 22 años, 10 meses
Puntos: 20
estas son las lineas de la 1088 a la 1093 de phplot.php

Código PHP:
      // Browser cache stuff submitted by Thiemo Nagel
        
if ( (! $this->browser_cache) && (! $this->is_inline)) {
            
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
            
header('Last-Modified: ' gmdate('D, d M Y H:i:s') . 'GMT');
            
header('Cache-Control: no-cache, must-revalidate');
            
header('Pragma: no-cache'); 
y esta la 1098 y 1099

Código PHP:
 if (! $this->is_inline) {
                
Header('Content-type: image/png'); 
__________________
Say no more.......