mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Added some anti-cache headers
This commit is contained in:
parent
c3c8c9809c
commit
e2c0a069f9
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue