Added some anti-cache headers

This commit is contained in:
simo 2007-02-22 22:35:56 +00:00
parent c3c8c9809c
commit e2c0a069f9

View file

@ -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");