phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] VFS and M$ issues


From: Marco Gaiarin
Subject: Re: [Phpgroupware-users] VFS and M$ issues
Date: Wed, 17 Dec 2003 18:40:29 +0100
User-agent: Mutt/1.5.4i

Mandi! Daryl L. L. Houston
  In chel di` si favelave...

> You'd just look for header() lines in the code for whatever module 
> you're working on.

I've looked at phpwebhosting directory, and in phpgwapi directory, and
i've found only this:

--- class.browser.inc.php.orig  Wed Dec 17 18:30:15 2003
+++ class.browser.inc.php       Wed Dec 17 18:35:52 2003
@@ -283,10 +283,16 @@
  
                                if($nocache)
                                {
-                                       header('Pragma: no-cache');
+                                       if($this->get_agent() != 'IE')
+                                       {
+                                               header('Pragma: no-cache');
+                                       }
                                        header('Pragma: public');
                                        header('Expires: 0');
-                                       header('Cache-Control: must-revalidate, 
post-check=0, pre-check=0');
+                                       if($this->get_agent() != 'IE')
+                                       {
+                                               header('Cache-Control: 
must-revalidate, post-check=0, pre-check=0');
+                                       }
                                }
                        }
                }


but does nothing. ;(


There's some other place to look at?!
How can i display the header lines of an http request?!

Tnx.

-- 
dott. Marco Gaiarin                                 GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''                http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  gaio(at)sv.lnf.it             tel +39-0434-842711    fax +39-0434-842797

  Linux Day 2003: Terza giornata nazionale di Linux e del Software Libero
            http://www.lilliput.linux.it/ld2003/linuxday.php




reply via email to

[Prev in Thread] Current Thread [Next in Thread]