- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_nocache_headers.php
blob606582a3599291c3fbfee7392b6a66a65819ad53
1 <?php
2 // prevent client from caching
3 header ('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); // Date in the past
4 header ('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); // always modified
5 header ('Cache-Control: no-cache, must-revalidate'); // HTTP/1.1
6 header ('Pragma: no-cache'); // HTTP/1.0
7 ?>