summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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 a8ce89b..dddea3e 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");