gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14807 - gauger


From: gnunet
Subject: [GNUnet-SVN] r14807 - gauger
Date: Thu, 31 Mar 2011 18:31:55 +0200

Author: bartpolot
Date: 2011-03-31 18:31:55 +0200 (Thu, 31 Mar 2011)
New Revision: 14807

Modified:
   gauger/plot.php
Log:
Explicitly disable cache


Modified: gauger/plot.php
===================================================================
--- gauger/plot.php     2011-03-31 16:27:25 UTC (rev 14806)
+++ gauger/plot.php     2011-03-31 16:31:55 UTC (rev 14807)
@@ -208,6 +208,9 @@
 $out = plot($g, $h);
 if($out) {
     header('Content-type: image/png');
+    header("Cache-Control: no-cache, must-revalidate");
+    header("Pragma: no-cache");
+    header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
     die($out);
 } else {
     header('Location: images/nodata.png');




reply via email to

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