summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimo <simo>2007-02-22 23:35:56 +0100
committersimo <simo>2007-02-22 23:35:56 +0100
commite2c0a069f93c120e107e2b5fe16266611235d103 (patch)
tree29117c71b6dd3b51af981f2ae2afe1f5bb28b034
parentc3c8c9809c7fe9c72ecb929e791a9d2a8b76bc66 (diff)
downloadaur-e2c0a069f93c120e107e2b5fe16266611235d103.tar.gz
aur-e2c0a069f93c120e107e2b5fe16266611235d103.tar.xz
Added some anti-cache headers
-rw-r--r--web/lib/aur.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index a8ce89b3..dddea3e5 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -1,5 +1,8 @@
<?
header('Content-Type: text/html; charset=utf-8');
+header('Cache-Control: no-cache, must-revalidate');
+header('Expires: Tue, 11 Oct 1988 22:00:00 GMT'); // quite a special day
+header('Pragma: no-cache');
include_once("config.inc");
include_once("aur_po.inc");