diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/aur.inc | 3 |
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"); |