| author | Yves-Marie Haussonne <ymh.work+github@gmail.com> |
| Fri, 09 May 2014 18:35:26 +0200 | |
| changeset 656 | a84519031134 |
| parent 0 | 40c8f766c9b8 |
| permissions | -rw-r--r-- |
| 0 | 1 |
<?php |
2 |
/* yadl_spaceid - Skip Stamping */ |
|
3 |
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); |
|
4 |
||
5 |
// always modified |
|
6 |
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); |
|
7 |
||
8 |
// HTTP/1.1 |
|
9 |
header("Cache-Control: no-store, no-cache, must-revalidate"); |
|
10 |
header("Cache-Control: post-check=0, pre-check=0", false); |
|
11 |
print_r($_GET); |
|
12 |
?> |